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

Commit 7a9006b

Browse files
fredemmottfacebook-github-bot
authored andcommitted
lint (#35)
Summary: Pull Request resolved: #35 Reviewed By: jjergus Differential Revision: D27063264 Pulled By: fredemmott fbshipit-source-id: 5352385e572ec00f2477cf343ec61fe5f7717854
1 parent bef90a0 commit 7a9006b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/ColoredUnifiedDiff.php

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ protected static function colorInsertLineWithIntralineEdits(
6464
);
6565
}
6666

67-
6867
abstract protected static function join(vec<TOut> $lines): TOut;
6968

7069
final public static function create(

src/Diff.php

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
*
99
*/
1010

11-
1211
namespace Facebook\DiffLib;
1312

1413
use namespace HH\Lib\{C, Dict, Vec};

src/StringDiff.php

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
*
99
*/
1010

11-
1211
namespace Facebook\DiffLib;
1312

1413
use namespace HH\Lib\{C, Str, Vec};

0 commit comments

Comments
 (0)