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/ForecastWeather.hs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lib/Web/OpenWeatherMap/Types/ForecastWeather.hs') diff --git a/lib/Web/OpenWeatherMap/Types/ForecastWeather.hs b/lib/Web/OpenWeatherMap/Types/ForecastWeather.hs index fa8e50a..f4616e5 100644 --- a/lib/Web/OpenWeatherMap/Types/ForecastWeather.hs +++ b/lib/Web/OpenWeatherMap/Types/ForecastWeather.hs @@ -14,7 +14,9 @@ import Web.OpenWeatherMap.Types.Forecast (Forecast) -- | Response to requests for forecast weather. -- Refer to . -data ForecastWeather = ForecastWeather - { list :: [Forecast] - , city :: City - } deriving (Show, Generic, FromJSON) +data ForecastWeather = + ForecastWeather + { list :: [Forecast] + , city :: City + } + deriving (Show, Generic, FromJSON) -- cgit v1.2.3