Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit a40242d

Browse files
committed
Fix linter.
1 parent 554de49 commit a40242d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/css/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export const charGroup = (attributes: Attributes) => {
231231
display: "inline-block",
232232
height: rowHeight,
233233
color: colorValue(attributes.color, {isBright: attributes.brightness === Brightness.Bright}),
234-
backgroundColor: colorValue(attributes.backgroundColor, {isBright: false})
234+
backgroundColor: colorValue(attributes.backgroundColor, {isBright: false}),
235235
};
236236

237237
if (attributes.inverse) {

0 commit comments

Comments
 (0)