Skip to content

Commit

Permalink
Fixed space in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jan 11, 2022
1 parent 9790756 commit 32cb243
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion IHP/IDE/CodeGen/ViewGenerator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ buildPlan' schema config =
indexView = [trimming|
${viewHeader}

data IndexView = IndexView { ${pluralVariableName} :: [ ${singularName} ] ${importPagination} }
data IndexView = IndexView { ${pluralVariableName} :: [${singularName}] ${importPagination} }

instance View IndexView where
html IndexView { .. } = [hsx|
Expand Down
Loading

0 comments on commit 32cb243

Please sign in to comment.