Skip to content

Commit 985a66c

Browse files
authored
fix: remove trailing comma
Closes #246
1 parent c2e0a99 commit 985a66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ exports.create = function (config) {
4848
},
4949
putRaw: function (rawCssRule) {
5050
renderer.raw += rawCssRule;
51-
},
51+
}
5252
}, config);
5353

5454
if (renderer.client) {

0 commit comments

Comments
 (0)