File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 55--
66module 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
1414data Milestone = Milestone
1515 { milestoneCreator :: ! SimpleUser
Original file line number Diff line number Diff 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--
You can’t perform that action at this time.
0 commit comments