Commit 731e3762 authored by Denis Bilenko's avatar Denis Bilenko

testrunner.py: minor formatting change

parent 6b3c1bea
...@@ -392,7 +392,7 @@ def get_warning_stats(output): ...@@ -392,7 +392,7 @@ def get_warning_stats(output):
result = [] result = []
for name, count in items: for name, count in items:
if count == 1: if count == 1:
result.append('1 %s' % name) result.append(name)
else: else:
result.append('%s %ss' % (count, name)) result.append('%s %ss' % (count, name))
return result return result
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment