diff options
author | Ben Sima <ben@bsima.me> | 2023-08-16 18:06:23 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-08-16 18:25:00 -0400 |
commit | 933d0904cbe9fd868f8c2dc5501c4215f1300df0 (patch) | |
tree | f503214131a541e5b413b5919a25d64b257bd2e3 | |
parent | 312eed7089e33aede0454d72e677092e297f7a72 (diff) |
Don't br after Log.info in lint output
-rw-r--r-- | Biz/Lint.hs | 1 |
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] |