Skip to content

Commit 3aee29e

Browse files
committed
formatting
1 parent 81a7067 commit 3aee29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageProcessing/Import/ImportFromServerBrowseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ public function testBrowseEndpointAsOwner(): void
3838
// We have to sort in order to have a predictable order for the test.
3939
// The order returned by the filesystem is not predictable.
4040
sort($content);
41-
self::assertEquals( ['..', 'Constants', 'Feature_v2', 'ImageProcessing', 'Install', 'Samples', 'Traits', 'Unit', 'Webshop'], $content);
41+
self::assertEquals(['..', 'Constants', 'Feature_v2', 'ImageProcessing', 'Install', 'Samples', 'Traits', 'Unit', 'Webshop'], $content);
4242
}
4343
}

0 commit comments

Comments
 (0)