Skip to content

Commit

Permalink
chore: lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed Nov 26, 2024
1 parent 646881f commit 53929a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/drupal/custom/custom.module
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function custom_form_alter(&$form, FormStateInterface $form_state, $form_id) {

// Gutenberg v2 is only enabled for nodes.
$entity = $form_state->getFormObject()->getEntity();
if(!$entity instanceof NodeInterface) {
if (!$entity instanceof NodeInterface) {
return;
}

Expand Down

0 comments on commit 53929a4

Please sign in to comment.