Skip to content

Commit cb5ee2e

Browse files
committed
style: after lint
1 parent e84c465 commit cb5ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function circularReference(maps) {
1616
export default (options = {}) => {
1717
options = {
1818
atRules: [...new Set(['for', 'if', 'else', 'each', 'mixin', 'custom-media', ...options.atRules || ''])],
19-
variables: {...options.variables},
19+
variables: {...options.variables}
2020
};
2121

2222
return {

0 commit comments

Comments
 (0)