Skip to content

Commit 48fea4d

Browse files
simbiggithub-actions[bot]
authored andcommitted
refactor: Apply eslint fix
1 parent db3d318 commit 48fea4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stringToColor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ function isValidColor(color: string): boolean {
3131
element.style.borderColor = color;
3232

3333
return element.style.borderColor.length !== 0;
34-
}
34+
}

0 commit comments

Comments
 (0)