summaryrefslogtreecommitdiff
path: root/Biz/Lint.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2023-08-16 18:06:23 -0400
committerBen Sima <ben@bsima.me>2023-08-16 18:25:00 -0400
commit933d0904cbe9fd868f8c2dc5501c4215f1300df0 (patch)
treef503214131a541e5b413b5919a25d64b257bd2e3 /Biz/Lint.hs
parent312eed7089e33aede0454d72e677092e297f7a72 (diff)
Don't br after Log.info in lint output
Diffstat (limited to 'Biz/Lint.hs')
-rw-r--r--Biz/Lint.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Biz/Lint.hs b/Biz/Lint.hs
index be73229..0057c0e 100644
--- a/Biz/Lint.hs
+++ b/Biz/Lint.hs
@@ -78,7 +78,6 @@ printResult r@(Ok path_ Linter {..} Good) =
>> pure r
printResult r@(NoOp path_) =
Log.info ["lint", "noop", Text.pack path_]
- >> Log.br
>> pure r
changedFiles :: IO [FilePath]