diff --git a/src/Output/ProgressBar.php b/src/Output/ProgressBar.php index b9593c010e84aa20c0a0001e09fec09196dd1438..7fd1877aed3140d74b244b9fbc00938df2edf65f 100644 --- a/src/Output/ProgressBar.php +++ b/src/Output/ProgressBar.php @@ -277,8 +277,8 @@ class ProgressBar if ($label) { $label = $this->labelFormatted($label); - // If this line doesn't have a label, but we've had one before, - // then ensure the label line is cleared + // If this line doesn't have a label, but we've had one before, + // then ensure the label line is cleared } elseif ($this->hasLabelLine) { $label = $this->labelFormatted(''); }