Skip to content

Commit 30f3b91

Browse files
committed
removed extra whitespace
1 parent cb6c394 commit 30f3b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Monolog/Formatter/ConsoleFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function format(array $record)
126126
if ($context) {
127127
$context = $separator.$context;
128128
}
129-
129+
130130
$extra = $this->dumpData($record['extra']);
131131
if ($extra) {
132132
$extra = $separator.$extra;

0 commit comments

Comments
 (0)