Completed
Push — master ( c3f079...61ed7c )
by Song
02:56
created
src/Layout/Row.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      */
30 30
     public function column($width, $content)
31 31
     {
32
-        $width = $width < 1 ? round(12*$width) : $width;
32
+        $width = $width < 1 ? round(12 * $width) : $width;
33 33
 
34 34
         $column = new Column($content, $width);
35 35
 
Please login to merge, or discard this patch.