Completed
Push — master ( a2bcf9...af9b3a )
by Cheren
02:14
created
src/Toolbar/ToolbarItemAction.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
     {
36 36
         list ($source, $title, $action, $options) = func_get_args();
37 37
 
38
-        return $this->_view->Form->button($title,  Hash::merge([
38
+        return $this->_view->Form->button($title, Hash::merge([
39 39
             'icon'        => 'trash',
40 40
             'data-action' => $action,
41 41
             'button'      => 'red lighten-2',
Please login to merge, or discard this patch.