From 262f44d7cd5e816a03b1dfd5b7f6ef42fcd75d3b Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Fri, 23 Aug 2024 19:03:13 +0200 Subject: [PATCH] #109 reformat some files --- templates/layout.templ | 3 --- templates/not_found.templ | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/templates/layout.templ b/templates/layout.templ index 5016947..7db4d1b 100644 --- a/templates/layout.templ +++ b/templates/layout.templ @@ -1,6 +1,5 @@ package templates - templ Layout(comp templ.Component) { @@ -21,5 +20,3 @@ templ Layout(comp templ.Component) { } - - diff --git a/templates/not_found.templ b/templates/not_found.templ index c0eabe0..5b490fb 100644 --- a/templates/not_found.templ +++ b/templates/not_found.templ @@ -1,8 +1,5 @@ package templates - templ NotFound() { -

Not Found

+

Not Found

} - -