PHPCS: Fix formatting issues introduced in [44670].

See #44914.

git-svn-id: https://develop.svn.wordpress.org/trunk@44672 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-01-21 19:56:47 +00:00
parent 50d4abc949
commit 44ce02e28a

View File

@ -269,9 +269,9 @@ class Tests_Admin_Includes_Post extends WP_UnitTestCase {
set_post_format( $post_ids[1], 'aside' );
$request = array(
'post_format' => -1, // Don't change the post format.
'_status' => -1,
'post' => $post_ids,
'post_format' => -1, // Don't change the post format.
'_status' => -1,
'post' => $post_ids,
);
bulk_edit_posts( $request );