Completed
Pull Request — staging (#832)
by
unknown
26:43 queued 07:07
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.