Skip to content

Commit 8871b43

Browse files
committed
Restore stylish haskell changes
1 parent 35bb7e2 commit 8871b43

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/GitHub/Data/Milestone.hs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
--
66
module GitHub.Data.Milestone where
77

8-
import GitHub.Data.Definitions
9-
import GitHub.Data.Id (Id)
10-
import GitHub.Data.URL (URL)
11-
import GitHub.Internal.Prelude
12-
import Prelude ()
8+
import GitHub.Data.Definitions
9+
import GitHub.Data.Id (Id)
10+
import GitHub.Data.URL (URL)
11+
import GitHub.Internal.Prelude
12+
import Prelude ()
1313

1414
data Milestone = Milestone
1515
{ milestoneCreator :: !SimpleUser

src/GitHub/Endpoints/Issues/Milestones.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ module GitHub.Endpoints.Issues.Milestones (
1616
module GitHub.Data,
1717
) where
1818

19-
import GitHub.Data
20-
import GitHub.Internal.Prelude
21-
import GitHub.Request
22-
import Prelude ()
19+
import GitHub.Data
20+
import GitHub.Internal.Prelude
21+
import GitHub.Request
22+
import Prelude ()
2323

2424
-- | All milestones in the repo.
2525
--

0 commit comments

Comments
 (0)