Skip to content

Commit 823ea3f

Browse files
authored
Merge pull request #96 from adhocore/analysis-GPy5eV
Apply fixes from StyleCI
2 parents ae8c9cd + d5eae1a commit 823ea3f

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
@@ -249,8 +249,8 @@ protected function getProgressBarStr(int $current, string $label): string
249249

250250
if ($label) {
251251
$label = $this->labelFormatted($label);
252-
// If this line doesn't have a label, but we've had one before,
253-
// then ensure the label line is cleared
252+
// If this line doesn't have a label, but we've had one before,
253+
// then ensure the label line is cleared
254254
} elseif ($this->hasLabelLine) {
255255
$label = $this->labelFormatted('');
256256
}

0 commit comments

Comments
 (0)