Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsherrard committed Aug 6, 2021
1 parent eb557e4 commit 94bc263
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/ActionMonitor/Monitors/AcfMonitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ function () {
);

add_action(
'acf/save_post',
function () { $this->trigger_schema_diff(
[
'title' => __('Update option page', 'WPGatsby')
]
);
}
);
'acf/save_post',
function () {
$this->trigger_schema_diff(
[
'title' => __('Update option page', 'WPGatsby'),
]
);
}
);
}
}

0 comments on commit 94bc263

Please sign in to comment.