Merge pull request #4490 from lorban/trivial-change

remove blank line
This commit is contained in:
Simone Bordet 2020-01-17 10:13:24 +01:00 committed by GitHub
commit 2551ee758d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();
}