Skip to content

Commit 9b54e33

Browse files
committed
Fix formatting issue in WP REST Attachments Controller test by removing unnecessary whitespace at the end of a method.
1 parent 0ab7905 commit 9b54e33

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
@@ -2754,7 +2754,7 @@ public function test_edit_image_vertical_flip_with_horizontal_false() {
27542754
$this->assertCount( 1, WP_Image_Editor_Mock::$spy['flip'] );
27552755
// The controller converts the integer values to booleans: 0 !== (int) 1 = true.
27562756
$this->assertSame( array( true, false ), WP_Image_Editor_Mock::$spy['flip'][0], 'Vertical flip of the image is not identical.' );
2757-
}
2757+
}
27582758

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

0 commit comments

Comments
 (0)