Skip to content

Commit

Permalink
Added missing LF at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed Oct 23, 2023
1 parent c27b237 commit dbc8f25
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion templates/components/alerts.templ
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ templ AlertDangerErr(title string, err error) {
{ children... }
<pre><samp style="white-space: normal; word-break: break-word;">{ err.Error() }</samp></pre>
</div>
}
}
2 changes: 1 addition & 1 deletion templates/components/breadcrumbs.templ
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ templ Breadcrumbs() {
{ children... }
</ul>
</aside>
}
}
2 changes: 1 addition & 1 deletion templates/components/codeblock.templ
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ templ CodeBlock(value any) {
{ string(b) }
</code></pre>
}
}
}
2 changes: 1 addition & 1 deletion templates/components/link.templ
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ templ LinkCustomf(format string, args ...string) {

templ LinkCustom(url string) {
<a href={ templ.URL(url) }>{ children... }</a>
}
}
2 changes: 1 addition & 1 deletion templates/pages/errors.templ
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ templ Error405() {
</p>
<p><a href="/">Click here</a> to return to the start page.</p>
}
}
}
2 changes: 1 addition & 1 deletion templates/pages/index.templ
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ templ Index() {
<img src="/images/jelease-gopher-card-512.jpg" alt="Jelease logo" class="border-6" />
</div>
}
}
}
2 changes: 1 addition & 1 deletion templates/pages/layout.templ
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ templ Layout(title string) {
<script>hljs.highlightAll();</script>
</body>
</html>
}
}
2 changes: 1 addition & 1 deletion templates/pages/packages_createpr.templ
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ templ createPRResultsNoError(model PackagesCreatePRModel) {
</section>
}
}
}
}
2 changes: 1 addition & 1 deletion templates/pages/packages_list.templ
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ templ PackagesList(cfg *config.Config) {
</tbody>
</table>
}
}
}

0 comments on commit dbc8f25

Please sign in to comment.