Completed
Pull Request — master (#103)
by
unknown
01:53
created
src/MenuStyle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -302,7 +302,7 @@
 block discarded – undo
302 302
     public function setMargin(int $margin) : self
303 303
     {
304 304
         if ($this->margin === -1) {
305
-            $this->margin = floor(($this->terminal->getWidth() - $this->width) / 2);
305
+            $this->margin = floor(($this->terminal->getWidth() - $this->width)/2);
306 306
         } else {
307 307
             $this->margin = $margin;
308 308
         }
Please login to merge, or discard this patch.