Skip to content

Commit

Permalink
style(#85): handle fourmolu formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Oct 17, 2024
1 parent b397c2a commit 90cd415
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ instance Swagger.ToParamSchema TapToolsInterval where

instance Swagger.ToSchema TapToolsInterval where
declareNamedSchema p =
pure $
Swagger.NamedSchema (Just "TapToolsInterval") $
Swagger.paramSchemaToSchema p
& Swagger.example
?~ toJSON TTI1M
& Swagger.description
?~ "The time interval"
pure
$ Swagger.NamedSchema (Just "TapToolsInterval")
$ Swagger.paramSchemaToSchema p
& Swagger.example
?~ toJSON TTI1M
& Swagger.description
?~ "The time interval"

type TapToolsOHLCVPrefix Symbol
type TapToolsOHLCVPrefix = "tapToolsOHLCV"
Expand Down

0 comments on commit 90cd415

Please sign in to comment.