Coding Standards: Apply an alignment fix after composer format.

Follow up to [51254].

See #53375.

git-svn-id: https://develop.svn.wordpress.org/trunk@51255 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-06-29 00:39:00 +00:00
parent 2b0c4e11ac
commit 81e1c2d58b

View File

@@ -157,7 +157,7 @@ function register_block_style_handle( $metadata, $field_name ) {
$has_style_file = false !== $style_file;
$version = ! $is_core_block && $has_style_file ? filemtime( $style_file ) : false;
$style_uri = $has_style_file ? $style_uri : false;
$result = wp_register_style(
$result = wp_register_style(
$style_handle,
$style_uri,
array(),