Skip to content

Commit 1871f45

Browse files
committed
Remove unnecessary parentheses.
1 parent bb98461 commit 1871f45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cgb-scripts/template/plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
/**
2121
* Block Initializer.
2222
*/
23-
require_once( plugin_dir_path( __FILE__ ) . 'src/init.php' );
23+
require_once plugin_dir_path( __FILE__ ) . 'src/init.php';

0 commit comments

Comments
 (0)