Skip to content

Commit 54b74c0

Browse files
eggplantsbquorning
andauthored
Remove extra spaces (codeclimate-community#8)
* Remove extra spaces * Update lib/simplecov_json_formatter.rb Co-authored-by: Benjamin Quorning <[email protected]> --------- Co-authored-by: Benjamin Quorning <[email protected]>
1 parent ce9fdb9 commit 54b74c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/simplecov_json_formatter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def export_formatted_result(result_hash)
2828
end
2929

3030
def output_message(result)
31-
"JSON Coverage report generated for #{result.command_name} to #{SimpleCov.coverage_path}. \
32-
#{result.covered_lines} / #{result.total_lines} LOC (#{result.covered_percent.round(2)}%) covered."
31+
"JSON Coverage report generated for #{result.command_name} to #{SimpleCov.coverage_path}. " \
32+
"#{result.covered_lines} / #{result.total_lines} LOC (#{result.covered_percent.round(2)}%) covered."
3333
end
3434
end
3535
end

0 commit comments

Comments
 (0)