diff options
Diffstat (limited to 'Biz/Lint.hs')
-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] |