Completed
Pull Request — master (#3387)
by Edwin
02:58
created
src/Grid/Displayers/Expand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,6 +64,6 @@
 block discarded – undo
64 64
         .grid-expand:before{content:"\\f0d7";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;}
65 65
         .grid-expand.collapsed:before{content:"\\f0da";}
66 66
 STYLE;
67
-        Admin::style( $style );
67
+        Admin::style($style);
68 68
     }
69 69
 }
Please login to merge, or discard this patch.