Skip to content

Commit cc2c146

Browse files
authored
Merge pull request #2 from nnnnoel/patch-1
chore(typo): add line break in clear map method
2 parents 59a828f + c74953c commit cc2c146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/js_generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2818,7 +2818,7 @@ void Generator::GenerateClassField(const GeneratorOptions& options,
28182818
" */\n"
28192819
"$class$.prototype.$clearername$ = function() {\n"
28202820
" this.$gettername$().clear();\n"
2821-
" return this;"
2821+
" return this;\n"
28222822
"};\n"
28232823
"\n"
28242824
"\n",

0 commit comments

Comments
 (0)