Skip to content

Commit 2d1c453

Browse files
authored
fix space
1 parent 5d9e948 commit 2d1c453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gutenberg/Block_Type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct( $block_type, $args = array() ) {
2626
if ( empty( $this->original_render_callback ) ) {
2727
$this->original_render_callback = $this->render_callback;
2828
}
29-
$this->render_callback = array( $this, 'clarkson_render_callback' );
29+
$this->render_callback = array( $this, 'clarkson_render_callback' );
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)