From fd264f86a6cf5a47951a99ede38b8db84962074a Mon Sep 17 00:00:00 2001 From: Mihai CAZACU Date: Thu, 6 Aug 2020 20:11:37 +0300 Subject: [PATCH] format code --- src/ol/control/Attribution.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ol/control/Attribution.js b/src/ol/control/Attribution.js index ddc6146f76..d87707e81b 100644 --- a/src/ol/control/Attribution.js +++ b/src/ol/control/Attribution.js @@ -95,16 +95,16 @@ class Attribution extends Control { const expandClassName = options.expandClassName !== undefined - ? options.expandClassName - : className + '-expand'; + ? options.expandClassName + : className + '-expand'; const collapseLabel = options.collapseLabel !== undefined ? options.collapseLabel : '\u00BB'; const collapseClassName = options.collapseClassName !== undefined - ? options.collapseClassName - : className + '-collpase'; + ? options.collapseClassName + : className + '-collpase'; if (typeof collapseLabel === 'string') { /**