Skip to content

Commit

Permalink
make ormolu happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin committed Jan 13, 2024
1 parent 6c7c2cd commit 9f58694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Graphics/Slicer/Math/Skeleton/Definitions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,9 @@ sortPLinesByReference refPLine@(rawRefPLine, _) pLines
<> "PLine1: " <> show (fst $ normalizeL rawPLine1) <> "\n"
<> "pLine2: " <> show (fst $ normalizeL rawPLine2) <> "\n"
<> "Reference: " <> show (fst $ normalizeL rawRefPLine) <> "\n"
<> "PLine1 `pLineIsLeft` Reference: " <> show (rawPLine1 `pLineIsLeft` rawRefPLine) <> "\n"
<> "PLine2 `pLineIsLeft` Reference: " <> show (rawPLine2 `pLineIsLeft` rawRefPLine) <> "\n"
<> "PLine1 `pLineIsLeft` PLine2: " <> show (rawPLine1 `pLineIsLeft` rawPLine2) <> "\n"
<> "PLine1 `pLineIsLeft` Reference: " <> show (rawPLine1 `pLineIsLeft` rawRefPLine) <> "\n"
<> "PLine2 `pLineIsLeft` Reference: " <> show (rawPLine2 `pLineIsLeft` rawRefPLine) <> "\n"
<> "PLine1 `pLineIsLeft` PLine2: " <> show (rawPLine1 `pLineIsLeft` rawPLine2) <> "\n"
<> "pLines: " <> show (fst . normalizeL . fst <$> pLines) <> "\n"
(Just a) -> a

Expand Down

0 comments on commit 9f58694

Please sign in to comment.