Skip to content

Commit f598619

Browse files
committed
Remove extra vertical whitespace
1 parent 08e8080 commit f598619

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftp/FtpProviderIPv6TestCase.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ public void prepare(final DefaultFileSystemManager manager) throws Exception {
5050
@org.junit.Test
5151
public void testResolveIPv6Url() throws Exception {
5252
final String ipv6Url = "ftp://[fe80::1c42:dae:8370:aea6%en1]/file.txt";
53-
5453
final FtpFileObject fileObject = (FtpFileObject) getManager().resolveFile(ipv6Url, new FileSystemOptions());
55-
5654
assertEquals("ftp://[fe80::1c42:dae:8370:aea6%en1]/", fileObject.getFileSystem().getRootURI());
5755
assertEquals("file.txt", fileObject.getRelPath());
5856
}

0 commit comments

Comments
 (0)