summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2018-07-10 16:55:20 +0200
committerGitHub <noreply@github.com>2018-07-10 16:55:20 +0200
commit6ed26139d936a88545fe8c118b0b1c9d21dc6087 (patch)
tree32a18485870c54d346567444f064745e07861603
parentcfa28f07417d2be2c95207bacfb6f8437fba30ba (diff)
parent7a97f026640a294c8a450453808651d756489b45 (diff)
downloadspray-json-6ed26139d936a88545fe8c118b0b1c9d21dc6087.tar.gz
spray-json-6ed26139d936a88545fe8c118b0b1c9d21dc6087.tar.bz2
spray-json-6ed26139d936a88545fe8c118b0b1c9d21dc6087.zip
Merge pull request #262 from xuwei-k/patch-1
remove unused import
-rw-r--r--src/test/scala/spray/json/SortedPrinterSpec.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/scala/spray/json/SortedPrinterSpec.scala b/src/test/scala/spray/json/SortedPrinterSpec.scala
index 3a5e3ed..f91640e 100644
--- a/src/test/scala/spray/json/SortedPrinterSpec.scala
+++ b/src/test/scala/spray/json/SortedPrinterSpec.scala
@@ -16,7 +16,6 @@
package spray.json
-import scala.collection.immutable.ListMap
import org.specs2.mutable._
class SortedPrinterSpec extends Specification {