From e12faa1a90c5c24bd8faf21bd9cbd9d8ebb2013b Mon Sep 17 00:00:00 2001 From: Jonathon Sherrard Date: Sat, 7 Aug 2021 00:16:51 +0100 Subject: [PATCH] one more go at formatting --- src/ActionMonitor/Monitors/AcfMonitor.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/ActionMonitor/Monitors/AcfMonitor.php b/src/ActionMonitor/Monitors/AcfMonitor.php index d51cb7a..a49d4f8 100644 --- a/src/ActionMonitor/Monitors/AcfMonitor.php +++ b/src/ActionMonitor/Monitors/AcfMonitor.php @@ -30,14 +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'), + ] + ); + } + ); } }