Skip to content

Commit

Permalink
rest-gen: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Feb 23, 2015
1 parent b8c8be9 commit 13a6bd2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions rest-gen/src/Rest/Gen/Base/JSON.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
CPP
, OverloadedStrings
#-}
module Rest.Gen.Base.JSON (showExample, showExamples) where
module Rest.Gen.Base.JSON
( showExample
, showExamples
) where

import Data.Aeson ((.=))
import Data.JSON.Schema
import Data.List ( transpose )
import Data.List.Split ( chunksOf )
import Data.List (transpose)
import Data.List.Split (chunksOf)
import Data.Maybe
import Text.PrettyPrint.HughesPJ
import qualified Data.Aeson as A
Expand Down

0 comments on commit 13a6bd2

Please sign in to comment.