Skip to content

Commit

Permalink
Update src/commands/lint.cr
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Apr 26, 2021
1 parent 540a468 commit 4555561
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands/lint.cr
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ module Mint

sources.reduce(ast) do |memo, file|
begin
parsed = Parser.parse(file)
parsed =
Parser.parse(file)

memo.merge(parsed)
rescue ex
errors << ex
Expand Down

0 comments on commit 4555561

Please sign in to comment.