We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b55665b + d43e7e5 commit f5951e6Copy full SHA for f5951e6
lib/mutant/reporter/cli/printer/config.rb
@@ -14,11 +14,11 @@ class Config < self
14
# @return [undefined]
15
def run
16
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
+ info 'Matcher: %s', object.matcher.inspect
+ info 'Integration: %s', object.integration
+ info 'Jobs: %d', object.jobs
+ info 'Includes: %s', object.includes
+ info 'Requires: %s', object.requires
22
end
23
24
end # Config
0 commit comments