Whitespace cleanup
This commit is contained in:
parent
ee4d0d5e35
commit
78eaf83859
@ -1,5 +1,5 @@
|
||||
name: esqueleto
|
||||
version: 2.5.1
|
||||
version: 2.5.2
|
||||
synopsis: Type-safe EDSL for SQL queries on persistent backends.
|
||||
homepage: https://github.com/bitemyapp/esqueleto
|
||||
license: BSD3
|
||||
|
||||
@ -145,7 +145,7 @@ main = do
|
||||
l1 = Lord "Cornwall" (Just 36)
|
||||
l2 = Lord "Dorset" Nothing
|
||||
l3 = Lord "Chester" (Just 17)
|
||||
|
||||
|
||||
hspec $ do
|
||||
describe "select" $ do
|
||||
it "works for a single value" $
|
||||
@ -1443,7 +1443,7 @@ cleanDB = do
|
||||
delete $ from $ \(_ :: SqlExpr (Entity BlogPost)) -> return ()
|
||||
delete $ from $ \(_ :: SqlExpr (Entity Follow)) -> return ()
|
||||
delete $ from $ \(_ :: SqlExpr (Entity Person)) -> return ()
|
||||
|
||||
|
||||
delete $ from $ \(_ :: SqlExpr (Entity CcList)) -> return ()
|
||||
|
||||
delete $ from $ \(_ :: SqlExpr (Entity ArticleTag)) -> return ()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user