Skip to content

Commit fccad8d

Browse files
Use proper spacing.
1 parent 4e9bb3c commit fccad8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/scripts/perf_test_driver/perf_test_driver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ def run(self, test_filter=None):
126126
self.run_for_opt_level(binary, opt_level, test_filter)
127127
for binary, opt_level in self.targets]
128128
max_test_len = functools.reduce(max,
129-
[d['max_test_len']for d in self.data])
129+
[d['max_test_len'] for d in self.data])
130130
has_failure = functools.reduce(max,
131-
[d['has_failure']for d in self.data])
131+
[d['has_failure'] for d in self.data])
132132
self.print_data(self.data, max_test_len)
133133
return not has_failure

0 commit comments

Comments
 (0)