From 9cfef7b14ac5af7109449b54b1cb352b4c76167a Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 28 Jun 2020 20:21:27 +0200 Subject: Reformat with hindent --- lib/Web/OpenWeatherMap/Types/City.hs | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'lib/Web/OpenWeatherMap/Types/City.hs') diff --git a/lib/Web/OpenWeatherMap/Types/City.hs b/lib/Web/OpenWeatherMap/Types/City.hs index bb6cd6d..4ca30bd 100644 --- a/lib/Web/OpenWeatherMap/Types/City.hs +++ b/lib/Web/OpenWeatherMap/Types/City.hs @@ -11,11 +11,13 @@ import Data.Aeson (FromJSON) import Web.OpenWeatherMap.Types.Coord (Coord) -data City = City - { name :: String - , country :: Maybe String - , coord :: Coord - , timezone :: Int - , sunset :: Int - , sunrise :: Int - } deriving (Show, Generic, FromJSON) +data City = + City + { name :: String + , country :: Maybe String + , coord :: Coord + , timezone :: Int + , sunset :: Int + , sunrise :: Int + } + deriving (Show, Generic, FromJSON) -- cgit v1.2.3