Skip to content

Commit b73dee8

Browse files
committed
Cleanup (whitespace).
1 parent 42a6e8b commit b73dee8

File tree

1 file changed

+5
-2
lines changed
  • src/Servant/Swagger/Internal

1 file changed

+5
-2
lines changed

src/Servant/Swagger/Internal/Test.hs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,11 @@ import Servant.Swagger.Internal.TypeLevel
7777
-- ...No instance for (Arbitrary Contact)
7878
-- ... arising from a use of ‘validateEveryToJSON’
7979
-- ...
80-
validateEveryToJSON :: forall proxy api. TMap (Every [Typeable, Show, Arbitrary, ToJSON, ToSchema]) (BodyTypes JSON api) =>
81-
proxy api -- ^ Servant API.
80+
validateEveryToJSON
81+
:: forall proxy api .
82+
TMap (Every [Typeable, Show, Arbitrary, ToJSON, ToSchema])
83+
(BodyTypes JSON api)
84+
=> proxy api -- ^ Servant API.
8285
-> Spec
8386
validateEveryToJSON _ = props
8487
(Proxy :: Proxy [ToJSON, ToSchema])

0 commit comments

Comments
 (0)