mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Avoids extra line at the end
This commit is contained in:
@ -111,9 +111,9 @@ final class Coverage implements AddsOutput, HandlesArguments
|
|||||||
number_format($this->coverageMin, 1)
|
number_format($this->coverageMin, 1)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
$this->output->writeln(['']);
|
$this->output->writeln(['']);
|
||||||
|
}
|
||||||
|
|
||||||
return $exitCode;
|
return $exitCode;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user