@@ -29,7 +29,7 @@ |
||
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 |