Commit 27efd866 authored by Bill Schaller's avatar Bill Schaller

remove weird whitespace

parent 888ccd48
...@@ -46,7 +46,7 @@ class DbalPerformanceTestListener extends \PHPUnit_Framework_BaseTestListener ...@@ -46,7 +46,7 @@ class DbalPerformanceTestListener extends \PHPUnit_Framework_BaseTestListener
foreach($this->timings as $class => $tests) { foreach($this->timings as $class => $tests) {
printf("%s:\n", $class); printf("%s:\n", $class);
foreach($tests as $test => $time) { foreach($tests as $test => $time) {
printf( "\t%s: %.3f seconds\n", $test, $time); printf("\t%s: %.3f seconds\n", $test, $time);
} }
} }
} }
......
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