Skip to content

Commit 2c0846d

Browse files
committed
Fix formatting issue in WP REST Attachments Controller test by removing unnecessary whitespace at the end of a method.
1 parent 7a91a74 commit 2c0846d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/rest-api/rest-attachments-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2796,7 +2796,7 @@ public function test_edit_image_vertical_flip_with_horizontal_false() {
27962796
$this->assertCount( 1, WP_Image_Editor_Mock::$spy['flip'] );
27972797
// The controller converts the integer values to booleans: 0 !== (int) 1 = true.
27982798
$this->assertSame( array( true, false ), WP_Image_Editor_Mock::$spy['flip'][0], 'Vertical flip of the image is not identical.' );
2799-
}
2799+
}
28002800

28012801
/**
28022802
* Tests that the image is flipped correctly with only vertical flip in arguments.

0 commit comments

Comments
 (0)