Skip to content

Commit

Permalink
Remove duplicate line.
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jun 18, 2024
1 parent a0fe634 commit e036a44
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ public void testListingFilenamesOnly() throws Exception
FS.ensureDirExists(docRoot);

/* create some content in the docroot */
FS.ensureDirExists(docRoot);
Path one = docRoot.resolve("one");
FS.ensureDirExists(one);
Path deep = one.resolve("deep");
Expand Down

0 comments on commit e036a44

Please sign in to comment.