summaryrefslogtreecommitdiff
path: root/crashbox-server/src/test/scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-03-07 20:03:00 -0800
committerJakob Odersky <jakob@odersky.com>2017-03-07 20:03:00 -0800
commitaa197e3a54efbb7ab43f35cdfa7d8c8de243663d (patch)
tree4949c7204e94ec95dcab79beb9dbf9d12176eef0 /crashbox-server/src/test/scala
parentdb1c748be84c29bc483195439a21e2b9d44da63b (diff)
downloadcrashbox-ci-aa197e3a54efbb7ab43f35cdfa7d8c8de243663d.tar.gz
crashbox-ci-aa197e3a54efbb7ab43f35cdfa7d8c8de243663d.tar.bz2
crashbox-ci-aa197e3a54efbb7ab43f35cdfa7d8c8de243663d.zip
fomatting
Diffstat (limited to 'crashbox-server/src/test/scala')
-rw-r--r--crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala b/crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala
index a03e476..ac21fdb 100644
--- a/crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala
+++ b/crashbox-server/src/test/scala/io/crashbox/ci/SourceSpec.scala
@@ -1,11 +1,11 @@
package io.crashbox.ci
import java.io.File
-import java.nio.file.Files
-import java.net.URL
-import org.eclipse.jgit.api.Git
-import scala.concurrent.duration._
+
import scala.concurrent.Await
+import scala.concurrent.duration._
+
+import org.eclipse.jgit.api.Git
import org.scalatest._
class SourceSpec extends FlatSpec with Matchers with Source with Core {