Skip to content

Commit

Permalink
Remove errant space before comment in expected output, #249.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 15, 2019
1 parent 6fdeebd commit 41e6f75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions track/library/Flight/TrackLog.hs
Expand Up @@ -219,10 +219,10 @@ bumpOver add ns xs =
-- ...
--
-- >>> parse igcGordon
-- Right 2018-01-02
-- 00:44:29 33° 21.373' S 147° 56.064' E 285m (Just 0m)
-- 00:44:30 33° 21.369' S 147° 56.061' E 285m (Just 0m)
-- ... plus 30026 other B records
-- Right 2018-01-02
-- 00:44:29 33° 21.373' S 147° 56.064' E 285m (Just 0m)
-- 00:44:30 33° 21.369' S 147° 56.061' E 285m (Just 0m)
-- ... plus 30026 other B records
-- ...
igcMarkedFixes :: [Flight.Igc.IgcRecord] -> K.MarkedFixes
igcMarkedFixes xs =
Expand Down

0 comments on commit 41e6f75

Please sign in to comment.