Skip to content

Commit

Permalink
chore: reformat templates after changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Nov 6, 2023
1 parent ceb6f14 commit a6888ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
0.2.432
2 changes: 1 addition & 1 deletion generator/test-css-usage/template.templ
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ templ LegacySupport() {
}

templ MapCSSExample() {
<div class={ map[string]bool{ "a": true, "b": false, "c": true } }></div>
<div class={ map[string]bool{"a": true, "b": false, "c": true} }></div>
}

templ KVExample() {
Expand Down

0 comments on commit a6888ec

Please sign in to comment.