Skip to content

Commit 4d09ab2

Browse files
committed
Editor: Fix an indentation issue after [61570].
Follow-up to [61570]. See #64530. git-svn-id: https://develop.svn.wordpress.org/trunk@61571 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 774cc83 commit 4d09ab2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/phpunit/tests/theme/wpThemeJson.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ public function test_get_settings_appearance_true_opts_in() {
298298
'core/paragraph' => array(
299299
'typography' => array(
300300
'lineHeight' => false,
301-
'textColumns' => true, ),
301+
'textColumns' => true,
302+
),
302303
),
303304
'core/group' => array(
304305
'background' => array(

0 commit comments

Comments
 (0)