Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed Sep 2, 2024
1 parent 9b9e976 commit d4d20c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ihp-ide/IHP/SchemaCompiler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ compileTypeAlias table@(CreateTable { name, columns, inherits }) =
parentTypes = map (haskellType parentCreateTable) (variableAttributes parentCreateTable)
in if null parentTypes
then []
-- Add space if there are parent types.
else " " : parentTypes

-- Satisfy the compiler.
Expand Down

0 comments on commit d4d20c3

Please sign in to comment.