Completed
Push — master ( 1d3211...ff29fd )
by Felipe
13s
created
src/themes/UniversalTheme.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
 
148 148
             case 'BarPlot':
149 149
                 {
150
-                    if(!$plot->fill){
150
+                    if (!$plot->fill) {
151 151
                         $plot->Clear();
152 152
                         $color = $this->GetNextColor();
153 153
                         $plot->SetColor($color);
Please login to merge, or discard this patch.