Skip to content

Commit

Permalink
Coding Standards: Correct alignment in get_block_editor_settings().
Browse files Browse the repository at this point in the history
This fixes an `Array double arrow not aligned correctly` WPCS warning.

Follow-up to [52054].

See #54728.

git-svn-id: https://develop.svn.wordpress.org/trunk@52544 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Jan 10, 2022
1 parent 52cc52a commit 42b4e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-includes/block-editor.php
Expand Up @@ -309,8 +309,8 @@ function get_block_editor_settings( array $custom_settings, $block_editor_contex

$presets = array(
array(
'css' => 'variables',
'__unstableType' => 'presets',
'css' => 'variables',
'__unstableType' => 'presets',
),
array(
'css' => 'presets',
Expand Down

0 comments on commit 42b4e39

Please sign in to comment.