Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Mar 22, 2023
1 parent 7ae840e commit 411e123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coverage_reporter/parser.cr
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module CoverageReporter

def parse : Array(FileReport)
if coverage_format
Log.info("✏️ Forced coverage format: #{coverage_format}")
Log.info("✏️ Forced coverage format: #{coverage_format}")
parser_class = PARSERS.find { |klass| klass.name == coverage_format }
if parser_class
parser = parser_class.new(base_path)
Expand Down

0 comments on commit 411e123

Please sign in to comment.