Skip to content

Commit

Permalink
Consistent final newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
tigt committed Jan 17, 2023
1 parent 4152564 commit 05e7213
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/1-reactivity/2-update-state/marko/Name.marko
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<let/name="John"/>
<effect() { name = "Jane" }/>
<h1>Hello ${name}</h1>
<h1>Hello ${name}</h1>
2 changes: 1 addition & 1 deletion content/2-templating/2-styling/marko/CssStyle.marko
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
.title {
color: red;
}
</style>
</style>
2 changes: 1 addition & 1 deletion content/4-component-composition/1-props/marko/App.marko
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
age=20
favouriteColors=["green", "blue", "red"]
isAvailable
/>
/>

0 comments on commit 05e7213

Please sign in to comment.