Skip to content

Commit 745be19

Browse files
committed
fixed CS
1 parent 62b06ea commit 745be19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/ProgressHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public function setCurrent($current, $redraw = false)
257257
$prevPeriod = intval($this->current / $this->redrawFreq);
258258

259259
$this->current = $current;
260-
260+
261261
$currPeriod = intval($this->current / $this->redrawFreq);
262262
if ($redraw || $prevPeriod !== $currPeriod || $this->max === $this->current) {
263263
$this->display();

0 commit comments

Comments
 (0)