Completed
Push — staging ( ee16a6...cde0f6 )
by
unknown
16:05 queued 10s
created
blocks/blocks.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 	public function __construct() {
13 13
 		add_action( 'enqueue_block_editor_assets', array( $this, 'editor_scripts' ) );
14 14
 		add_action( 'init', array( $this, 'register_blocks' ), 11 );
15
-		add_filter( 'block_categories', array( $this, 'easy_forms_register_category' ), 10, 2);
15
+		add_filter( 'block_categories', array( $this, 'easy_forms_register_category' ), 10, 2 );
16 16
 	}
17 17
 
18 18
 	/**
Please login to merge, or discard this patch.
blocks/easy-forms-block/build/easy-forms-blocks.asset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,1 +1,1 @@
 block discarded – undo
1
-<?php return array('dependencies' => array('react', 'wp-element', 'wp-polyfill'), 'version' => 'a8faf52df605acb6ed260427dc38af80');
1
+<?php return array( 'dependencies' => array( 'react', 'wp-element', 'wp-polyfill' ), 'version' => 'a8faf52df605acb6ed260427dc38af80' );
Please login to merge, or discard this patch.