Skip to content

Commit ddce05d

Browse files
author
melekesov
committed
Fix code style.
1 parent e0df47c commit ddce05d

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
@@ -27,7 +27,7 @@ module.exports = function(content) {
2727
const i = getInterfaceName(this.resourcePath);
2828
typings += `export interface ${i} {\n`;
2929
for (let c of classes) {
30-
typings += ` '${c}': string\n`;
30+
typings += ` '${c}': string;\n`;
3131
}
3232
typings += `}\ndeclare const styles: ${i};\nexport default styles;\n`;
3333
}

0 commit comments

Comments
 (0)