summaryrefslogtreecommitdiff
path: root/src/graphyx/tests/EmptyTest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphyx/tests/EmptyTest.scala')
-rw-r--r--src/graphyx/tests/EmptyTest.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/graphyx/tests/EmptyTest.scala b/src/graphyx/tests/EmptyTest.scala
index bbca800..585a053 100644
--- a/src/graphyx/tests/EmptyTest.scala
+++ b/src/graphyx/tests/EmptyTest.scala
@@ -11,5 +11,4 @@ object EmptyTest extends Test{
override val title = "Empty Test"
val world = new World
def init = {}
-
}