From 4a11cb6875e196297d44553c3f640d7bbb25256c Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 8 Aug 2023 12:05:43 +0100 Subject: Formattting --- server/test/src/URIUtilsSpec.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/test/src/URIUtilsSpec.scala') diff --git a/server/test/src/URIUtilsSpec.scala b/server/test/src/URIUtilsSpec.scala index ab00c86..e471e8c 100644 --- a/server/test/src/URIUtilsSpec.scala +++ b/server/test/src/URIUtilsSpec.scala @@ -1,10 +1,10 @@ package net.usebox.gemini.server +import net.usebox.gemini.server.URIUtils._ + import org.scalatest.flatspec.AnyFlatSpec import org.scalatest.matchers.should.Matchers -import URIUtils._ - class URIUtilsSpec extends AnyFlatSpec with Matchers { behavior of "validPath" -- cgit v1.2.3