Skip to content

Commit dee5d3e

Browse files
committed
Coding standard fixes
1 parent db75bb5 commit dee5d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeSniffer/Reports/Source.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ public function generate(
177177
echo "\033[0m".str_repeat('-', $width).PHP_EOL;
178178

179179
$fixableSources = 0;
180-
180+
181181
if ($showSources === true) {
182182
$maxSniffWidth = ($width - 7);
183183
} else {
184184
$maxSniffWidth = ($width - 37);
185185
}
186-
186+
187187
if ($totalFixable > 0) {
188188
$maxSniffWidth -= 4;
189189
}

0 commit comments

Comments
 (0)