We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1329d44 commit 973be98Copy full SHA for 973be98
1 file changed
servant-auth/servant-auth-swagger/test/Servant/Auth/SwaggerSpec.hs
@@ -14,7 +14,7 @@ import Servant.Auth.Swagger ()
14
15
spec :: Spec
16
spec = describe "HasSwagger instance" $ do
17
- let swag = toSwagger (Proxy :: Proxy API)
+ let swag = toSwagger ( Proxy :: Proxy API)
18
secDefs = unSecDefs $ swag ^. securityDefinitions
19
20
it "adds security definitions at the top level" $ do
0 commit comments