Skip to content

Commit

Permalink
Angular control flow formatting consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
buu700 committed Mar 4, 2024
1 parent 6880a57 commit b21c4f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyph/prettier",
"version": "3.2.5",
"version": "3.2.6",
"description": "Fork of prettier for Cyph style guidelines",
"bin": {
"cyph-prettier": "./bin/prettier.cjs"
Expand Down
2 changes: 1 addition & 1 deletion src/language-html/print/angular-control-flow-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function printAngularControlFlowBlock(path, options, print) {
const docs = [];

if (isPreviousBlockUnClosed(path)) {
docs.push("} ");
docs.push("}", hardline);
}

docs.push("@", node.name);
Expand Down

0 comments on commit b21c4f9

Please sign in to comment.