Skip to content

Commit 29819f5

Browse files
committed
Fix whitespace
1 parent f5951e6 commit 29819f5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ class EnvProgress < self
2020
)
2121

2222
FORMATS = IceNine.deep_freeze([
23-
[:info, 'Subjects: %s', :amount_subjects ],
24-
[:info, 'Mutations: %s', :amount_mutations ],
25-
[:info, 'Results: %s', :amount_mutation_results ],
26-
[:info, 'Kills: %s', :amount_mutations_killed ],
27-
[:info, 'Alive: %s', :amount_mutations_alive ],
28-
[:info, 'Runtime: %0.2fs', :runtime ],
29-
[:info, 'Killtime: %0.2fs', :killtime ],
30-
[:info, 'Overhead: %0.2f%%', :overhead_percent ],
31-
[:info, 'Mutations/s: %0.2f', :mutations_per_second ],
32-
[:status, 'Coverage: %0.2f%%', :coverage_percent ]
23+
[:info, 'Subjects: %s', :amount_subjects ],
24+
[:info, 'Mutations: %s', :amount_mutations ],
25+
[:info, 'Results: %s', :amount_mutation_results ],
26+
[:info, 'Kills: %s', :amount_mutations_killed ],
27+
[:info, 'Alive: %s', :amount_mutations_alive ],
28+
[:info, 'Runtime: %0.2fs', :runtime ],
29+
[:info, 'Killtime: %0.2fs', :killtime ],
30+
[:info, 'Overhead: %0.2f%%', :overhead_percent ],
31+
[:info, 'Mutations/s: %0.2f', :mutations_per_second ],
32+
[:status, 'Coverage: %0.2f%%', :coverage_percent ]
3333
])
3434

3535
# Run printer

0 commit comments

Comments
 (0)