Avoids extra line at the end

This commit is contained in:
Nuno Maduro
2022-09-15 23:55:39 +01:00
parent 01ccbfe254
commit d8f3e9c313

View File

@ -111,9 +111,9 @@ final class Coverage implements AddsOutput, HandlesArguments
number_format($this->coverageMin, 1)
));
}
}
$this->output->writeln(['']);
$this->output->writeln(['']);
}
return $exitCode;
}