Skip to content

Commit

Permalink
Merge pull request #96 from adhocore/analysis-GPy5eV
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
adhocore authored Jan 22, 2024
2 parents ae8c9cd + d5eae1a commit 823ea3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Output/ProgressBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ protected function getProgressBarStr(int $current, string $label): string

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('');
}
Expand Down

0 comments on commit 823ea3f

Please sign in to comment.