Completed
Push — master ( 0c34b7...ef90f4 )
by Oscar
02:32
created
src/Formats/Choose.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,6 +24,6 @@
 block discarded – undo
24 24
      */
25 25
     protected function customRender($prepend = '', $append = '')
26 26
     {
27
-        return (string) $this->addClass('format');
27
+        return (string)$this->addClass('format');
28 28
     }
29 29
 }
Please login to merge, or discard this patch.