From b307245be024876dba39ffde1aee1a21cb474f28 Mon Sep 17 00:00:00 2001 From: karthick-murugan Date: Fri, 20 Dec 2024 19:57:38 +0530 Subject: [PATCH] Spacing issues --- lib/compat/wordpress-6.8/blocks.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/compat/wordpress-6.8/blocks.php b/lib/compat/wordpress-6.8/blocks.php index 742f9d609d039e..00761d148f4ac7 100644 --- a/lib/compat/wordpress-6.8/blocks.php +++ b/lib/compat/wordpress-6.8/blocks.php @@ -118,10 +118,10 @@ function gutenberg_stabilize_experimental_block_supports( $args ) { if ( is_array( $args['supports'][ $stable_support_key ] ) ) { /* - * To merge the alternative support config effectively, it also needs to be - * stabilized before merging to keep stabilized and experimental flags in - * sync. - */ + * To merge the alternative support config effectively, it also needs to be + * stabilized before merging to keep stabilized and experimental flags in + * sync. + */ $args['supports'][ $stable_support_key ] = $stabilize_config( $args['supports'][ $stable_support_key ], $stable_support_key ); $stable_config = $experimental_first ? array_merge( $stable_config, $args['supports'][ $stable_support_key ] )