Skip to content

Commit 5401d3d

Browse files
authored
Add missing line feed
1 parent 3c15eb5 commit 5401d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpeedTrapListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ protected function renderBody()
212212
protected function renderFooter()
213213
{
214214
if ($hidden = $this->getHiddenCount()) {
215-
echo sprintf("...and there %s %s more above your threshold hidden from view", $hidden == 1 ? 'is' : 'are', $hidden);
215+
printf("...and there %s %s more above your threshold hidden from view\n", $hidden == 1 ? 'is' : 'are', $hidden);
216216
}
217217
}
218218

0 commit comments

Comments
 (0)