Skip to content

Commit 32e26ed

Browse files
committed
fixed prettier linting issue
1 parent 0ddd696 commit 32e26ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/legends/swatches.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ function legendItems(scale, options = {}, swatch, swatchStyle) {
175175
font-family: system-ui, sans-serif;
176176
font-size: 10px;${marginTop === undefined ? "" : `margin-top: ${+marginTop}px;`}${
177177
marginRight === undefined ? "" : `margin-right: ${+marginRight}px;`
178-
}${`margin-bottom: ${+marginBottom}px;`}${
179-
marginLeft === undefined ? "" : `margin-left: ${+marginLeft}px;`
180-
}${width === undefined ? "" : `width: ${+width}px;`}
178+
}${`margin-bottom: ${+marginBottom}px;`}${marginLeft === undefined ? "" : `margin-left: ${+marginLeft}px;`}${
179+
width === undefined ? "" : `width: ${+width}px;`
180+
}
181181
}
182182
${swatchStyle(className)}
183183
${extraStyle}

0 commit comments

Comments
 (0)