Completed
Push — master ( 62ede7...735413 )
by Nate
03:44
created
src/web/assets/actions/Actions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     public function init()
36 36
     {
37 37
         $this->js = [
38
-            'Actions'.$this->dotJs()
38
+            'Actions' . $this->dotJs()
39 39
         ];
40 40
 
41 41
         parent::init();
Please login to merge, or discard this patch.