Completed
Pull Request — master (#254)
by
unknown
04:30
created
eXpansion/Bundle/WidgetCurrentMap/Plugins/Gui/CurrentMapWidgetFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
         $line = $this->uiFactory->createLayoutLine(0, -4.45, [], 0.5);
88 88
         $line->setAlign("left", "top");
89 89
         $manialink->addChild($line);
90
-        $div = ((60 - 1)/ 3);
90
+        $div = ((60 - 1) / 3);
91 91
 
92 92
         $lbl = $this->uiFactory->createLabel("0 / 0", uiLabel::TYPE_NORMAL, "Players");
93 93
         $lbl->setTextPrefix("
Please login to merge, or discard this patch.