Skip to content

Commit f5951e6

Browse files
authored
Merge pull request #935 from mbj/fix/reporter
Fix whitespace
2 parents b55665b + d43e7e5 commit f5951e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/mutant/reporter/cli/printer/config.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ class Config < self
1414
# @return [undefined]
1515
def run
1616
info 'Mutant configuration:'
17-
info 'Matcher: %s', object.matcher.inspect
18-
info 'Integration: %s', object.integration
19-
info 'Jobs: %d', object.jobs
20-
info 'Includes: %s', object.includes
21-
info 'Requires: %s', object.requires
17+
info 'Matcher: %s', object.matcher.inspect
18+
info 'Integration: %s', object.integration
19+
info 'Jobs: %d', object.jobs
20+
info 'Includes: %s', object.includes
21+
info 'Requires: %s', object.requires
2222
end
2323

2424
end # Config

0 commit comments

Comments
 (0)