Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
menno-ll authored Jun 24, 2024
1 parent 5d9e948 commit 2d1c453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gutenberg/Block_Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct( $block_type, $args = array() ) {
if ( empty( $this->original_render_callback ) ) {
$this->original_render_callback = $this->render_callback;
}
$this->render_callback = array( $this, 'clarkson_render_callback' );
$this->render_callback = array( $this, 'clarkson_render_callback' );
}

/**
Expand Down

0 comments on commit 2d1c453

Please sign in to comment.