Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 22f3661

Browse files
DavidSniderfacebook-github-bot
authored andcommitted
Format a chunk of the codebase
Summary: https://fb.workplace.com/groups/668453703203248/posts/7137820676266486 the_time_has_come Running the files in this commit through the equivilant of `hackfmt -i <file>` allow-large-files allow_many_files bypass-lint drop-conflicts Reviewed By: ravibhoraskar, shashkambh Differential Revision: D32712851 fbshipit-source-id: 64092070d45b009fe7c2c8c1f5be6b527c810341
1 parent a93376d commit 22f3661

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/RawDiffTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ public function testAppend(): void {
7272
}
7373

7474
public function testTruncate(): void {
75-
$diff = (
76-
new StringDiff(vec['a', 'b', 'c'], vec['a', 'b'])
77-
)->getDiff();
75+
$diff = (new StringDiff(vec['a', 'b', 'c'], vec['a', 'b']))->getDiff();
7876

7977
expect(C\count($diff))->toEqual(3);
8078

0 commit comments

Comments
 (0)