Skip to content

Commit

Permalink
fix: insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis bre…
Browse files Browse the repository at this point in the history
…ak v-for format

close #1398
  • Loading branch information
johnsoncodehk committed Jul 16, 2022
1 parent 2564835 commit 54e327c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-code-gen/src/generators/template.ts
Expand Up @@ -417,7 +417,7 @@ export function generate(
writeFormatCode(
source.content,
source.loc.start.offset,
formatBrackets.round,
formatBrackets.empty,
);
}
tsCodeGen.addText(`) {\n`);
Expand Down

0 comments on commit 54e327c

Please sign in to comment.