Skip to content

Commit 973be98

Browse files
committed
Just small test
1 parent 1329d44 commit 973be98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

servant-auth/servant-auth-swagger/test/Servant/Auth/SwaggerSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Servant.Auth.Swagger ()
1414

1515
spec :: Spec
1616
spec = describe "HasSwagger instance" $ do
17-
let swag = toSwagger (Proxy :: Proxy API)
17+
let swag = toSwagger ( Proxy :: Proxy API)
1818
secDefs = unSecDefs $ swag ^. securityDefinitions
1919

2020
it "adds security definitions at the top level" $ do

0 commit comments

Comments
 (0)