Skip to content

Commit 8a28cf2

Browse files
author
David Okon
committed
fixed indention
1 parent 1a62909 commit 8a28cf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/Vspheredb/Web/Widget/SimpleUsageBar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public function __construct($used, $total, $title)
3333

3434
protected function assemble()
3535
{
36-
$usedPercent = ($this->total > 0)
37-
? $this->used / $this->total
36+
$usedPercent = ($this->total > 0)
37+
? $this->used / $this->total
3838
: 0;
3939

4040
$bar = Html::tag('span', [

0 commit comments

Comments
 (0)