Skip to content

Commit

Permalink
Restyled by fourmolu
Browse files Browse the repository at this point in the history
restyled-commits authored and pbrisbin committed Oct 15, 2024
1 parent 3a769cd commit c3578ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/TestApp.hs
Original file line number Diff line number Diff line change
@@ -110,8 +110,7 @@ testOpenApi = flip evalDeclare mempty $ do
& OpenApi._Inline
. OpenApi.content
. at "application/json"
?~ ( mempty & OpenApi.schema ?~ okRef
)
?~ (mempty & OpenApi.schema ?~ okRef)
)
)
)
@@ -125,8 +124,7 @@ testOpenApi = flip evalDeclare mempty $ do
& OpenApi._Inline
. OpenApi.content
. at "application/json"
?~ ( mempty & OpenApi.schema ?~ testRef
)
?~ (mempty & OpenApi.schema ?~ testRef)
)
)
)

0 comments on commit c3578ba

Please sign in to comment.