Skip to content

Commit 89e2c0c

Browse files
committed
cs fix
1 parent c72ef39 commit 89e2c0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Nuxed/Filesystem/Lines.hack

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
namespace Nuxed\Filesystem;
22

33
use namespace HH\Lib\{C, Str, Vec};
4-
use namespace HH\Lib\Experimental\File;
54

65
final class Lines implements \Countable, \IteratorAggregate<string>, IMemoizeParam {
76
public function __construct(private Container<string> $lines) {

0 commit comments

Comments
 (0)