summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-09-26 13:03:49 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2018-09-26 13:03:49 +0200
commitb9a92932a8d8c04e1b919112ad95ecd7a49c56d9 (patch)
tree2624f12487644e95a1ad98b37983a2d90e034adf /vespajlib
parent9af0fd0f7f0941a6524d6b03a0891c13d6ebfe06 (diff)
Remove empty lines
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/src/test/java/com/yahoo/io/NativeIOTestCase.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/vespajlib/src/test/java/com/yahoo/io/NativeIOTestCase.java b/vespajlib/src/test/java/com/yahoo/io/NativeIOTestCase.java
index 8616427b78b..ecd38056a19 100644
--- a/vespajlib/src/test/java/com/yahoo/io/NativeIOTestCase.java
+++ b/vespajlib/src/test/java/com/yahoo/io/NativeIOTestCase.java
@@ -11,8 +11,6 @@ import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertFalse;
-
-
public class NativeIOTestCase {
@Test