diff --git a/core/shared/src/test/scala/scodec/bits/ByteVectorTest.scala b/core/shared/src/test/scala/scodec/bits/ByteVectorTest.scala index 00dbd909..da9a9079 100644 --- a/core/shared/src/test/scala/scodec/bits/ByteVectorTest.scala +++ b/core/shared/src/test/scala/scodec/bits/ByteVectorTest.scala @@ -32,7 +32,7 @@ package scodec.bits import java.io.ByteArrayOutputStream import java.nio.ByteBuffer -import java.util.{Arrays, UUID, Base64 => JBase64} +import java.util.{Arrays, Base64 => JBase64, UUID} import Arbitraries._ import org.scalacheck._ import Prop.forAll