Skip to content

Commit

Permalink
Re-add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed Oct 2, 2023
1 parent bb72f3a commit 47fddf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Test/SchemaCompilerSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ tests = do

type instance PrimaryKey "users" = UUID

type User = User'
type User = User'

type instance GetTableName (User' ) = "users"
type instance GetModelByTableName "users" = User
Expand Down Expand Up @@ -247,7 +247,7 @@ tests = do

type instance PrimaryKey "users" = UUID

type User = User'
type User = User'

type instance GetTableName (User' ) = "users"
type instance GetModelByTableName "users" = User
Expand Down Expand Up @@ -316,7 +316,7 @@ tests = do

type instance PrimaryKey "users" = UUID

type User = User'
type User = User'

type instance GetTableName (User' ) = "users"
type instance GetModelByTableName "users" = User
Expand Down

0 comments on commit 47fddf7

Please sign in to comment.