Skip to content

Commit 2c94eab

Browse files
committed
Runner: use StatusWriter::writeNewline()
Follow up on 1010 and 1011. PR 1011 moved the Timing display to the `Runner` class, but didn't take the change to PR 1010, introducing the `writeNewline()` method into account. Fixed up now.
1 parent 288e4ad commit 2c94eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function runPHPCBF()
208208
$this->reporter->printReports();
209209

210210
if ($this->config->quiet === false) {
211-
StatusWriter::write('');
211+
StatusWriter::writeNewline();
212212
Timing::printRunTime();
213213
}
214214
} catch (DeepExitException $e) {

0 commit comments

Comments
 (0)