Skip to content

Commit 7df3ffe

Browse files
committed
Tidy up
1 parent c28c188 commit 7df3ffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/tutorial/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import GHC.Generics (Generic)
2525
import Witch (from)
2626

2727
-- | Data type we want to persist.
28-
data Person = Person { age :: !Int64, name :: !String, ownsDog :: !(Bool) }
28+
data Person = Person { age :: !Int64, name :: !String, ownsDog :: !Bool }
2929
deriving (Generic, PrimaryKey "name", Show)
3030

3131
-- | Connection string to access our PostgreSQL DB.

0 commit comments

Comments
 (0)