Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Nov 9, 2019
1 parent c72ef39 commit 89e2c0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Nuxed/Filesystem/Lines.hack
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace Nuxed\Filesystem;

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

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

0 comments on commit 89e2c0c

Please sign in to comment.