Coding Standards: Correct alignment in get_block_editor_settings().

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
This commit is contained in:
Sergey Biryukov 2022-01-10 01:54:24 +00:00
parent 52cc52a8f4
commit 42b4e39c6d

View File

@ -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',