Skip to content

Commit 474dc3d

Browse files
authored
Apply fixes from StyleCI (#130)
[ci skip] [skip ci] Co-authored-by: Jitendra <adhocore@users.noreply.github.com>
1 parent 763569e commit 474dc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Output/ProgressBar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ protected function getProgressBarStr(int $current, string $label): string
277277

278278
if ($label) {
279279
$label = $this->labelFormatted($label);
280-
// If this line doesn't have a label, but we've had one before,
281-
// then ensure the label line is cleared
280+
// If this line doesn't have a label, but we've had one before,
281+
// then ensure the label line is cleared
282282
} elseif ($this->hasLabelLine) {
283283
$label = $this->labelFormatted('');
284284
}

0 commit comments

Comments
 (0)