remove blank line

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
Ludovic Orban 2020-01-17 10:05:27 +01:00
parent 65d50258b7
commit 45be0f4bf7
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ public class TestQuickStart
FS.ensureEmpty(testDir);
webInf = new File(testDir, "WEB-INF");
FS.ensureDirExists(webInf);
server = new Server();
}