Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
monacoremo committed Apr 30, 2021
1 parent 7c8a42d commit 9d14113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PostgREST/Response.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ import PostgREST.GucHeader (GucHeader,
addHeadersIfNotIncluded,
unwrapGucHeader)
import PostgREST.Query (InvokeQueryResult (..),
MutateQueryResult (..),
OpenApiQueryResult,
ReadQueryResult (..),
MutateQueryResult (..))
ReadQueryResult (..))
import PostgREST.Request (InvokeRequestInfo (..),
MutateRequestInfo (..),
ReadRequestInfo (..))
Expand Down

0 comments on commit 9d14113

Please sign in to comment.