Skip to content

Commit

Permalink
fixup! Reformat the templates for Kotlin model code
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVolkhart committed Jan 24, 2024
1 parent 5a7144a commit e33fca2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ fun hello(content: gg.jte.Content): JteModel
import gg.jte.models.runtime.*
import gg.jte.ContentType
import gg.jte.TemplateOutput
import gg.jte.html.HtmlTemplateOutput
class StaticTemplates : Templates {
Expand Down Expand Up @@ -331,6 +332,7 @@ fun hello(): JteModel
import gg.jte.models.runtime.*
import gg.jte.ContentType
import gg.jte.TemplateOutput
import gg.jte.html.HtmlTemplateOutput
class StaticTemplates : Templates {
Expand Down

0 comments on commit e33fca2

Please sign in to comment.