Skip to content

Commit d90013c

Browse files
committed
Coding Standards: Apply spacing changes after composer format.
Follow up to [54817]. See #57057. git-svn-id: https://develop.svn.wordpress.org/trunk@54824 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 49949ce commit d90013c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-theme-json-resolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public static function get_theme_data( $deprecated = array(), $options = array()
243243
_deprecated_argument( __METHOD__, '5.9.0' );
244244
}
245245

246-
$options = wp_parse_args( $options, array( 'with_supports' => true ) );
246+
$options = wp_parse_args( $options, array( 'with_supports' => true ) );
247247

248248
if ( null === static::$theme || ! static::has_same_registered_blocks( 'theme' ) ) {
249249
$theme_json_file = static::get_file_path_from_theme( 'theme.json' );

0 commit comments

Comments
 (0)