Skip to content

Commit

Permalink
Added missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jun 12, 2024
1 parent 936e280 commit 8d45f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ihp-ide/IHP/SchemaCompiler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ tableIncludeModule table =
module $moduleName where
import Generated.ActualTypes
import IHP.ModelSupport (Include, GetModelById)
|]
|] <> "\n\n"


tableModuleBody :: (?schema :: Schema) => CompilerOptions -> CreateTable -> Text
Expand Down

0 comments on commit 8d45f10

Please sign in to comment.