Skip to content

Commit 39e2d6c

Browse files
committed
Fix lint
1 parent 5aa4d57 commit 39e2d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/gl_format_color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function formatColor(containerIn, opacityIn, len) {
5050
);
5151
}
5252
else {
53-
sclFunc = function (c) {
53+
sclFunc = function(c) {
5454
return c;
5555
};
5656
}

0 commit comments

Comments
 (0)