Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov authored and github-actions[bot] committed Dec 1, 2024
1 parent 5b44347 commit e55415b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions testing-kit/Hasql/TestingKit/Statements/BrokenSyntax.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ encoder =
decoder :: Decoders.Result Result
decoder =
Decoders.rowList
( Decoders.column (Decoders.nonNullable Decoders.int8)
)
(Decoders.column (Decoders.nonNullable Decoders.int8))
3 changes: 1 addition & 2 deletions testing-kit/Hasql/TestingKit/Statements/GenerateSeries.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ encoder =
decoder :: Decoders.Result Result
decoder =
Decoders.rowList
( Decoders.column (Decoders.nonNullable Decoders.int8)
)
(Decoders.column (Decoders.nonNullable Decoders.int8))
3 changes: 1 addition & 2 deletions testing-kit/Hasql/TestingKit/Statements/WrongDecoder.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ encoder =
decoder :: Decoders.Result Result
decoder =
Decoders.rowList
( Decoders.column (Decoders.nonNullable Decoders.uuid)
)
(Decoders.column (Decoders.nonNullable Decoders.uuid))

0 comments on commit e55415b

Please sign in to comment.