From 8d45f1030ff3c353e63c6167ceb3a2d64038f435 Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Wed, 12 Jun 2024 16:28:39 -0700 Subject: [PATCH] Added missing newlines --- ihp-ide/IHP/SchemaCompiler.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihp-ide/IHP/SchemaCompiler.hs b/ihp-ide/IHP/SchemaCompiler.hs index 2a23142dd..0a2680ba7 100644 --- a/ihp-ide/IHP/SchemaCompiler.hs +++ b/ihp-ide/IHP/SchemaCompiler.hs @@ -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