From 592b135fb0f3c4df6b00ae26009fc897975b2813 Mon Sep 17 00:00:00 2001 From: jdepassos-mdsol Date: Tue, 28 Sep 2021 12:17:14 +0100 Subject: [PATCH] fmt --- .../scala/com/mdsol/mauth/SttpAkkaMAuthRequestSenderSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mauth-sender-sttp-akka-http/src/test/scala/com/mdsol/mauth/SttpAkkaMAuthRequestSenderSpec.scala b/modules/mauth-sender-sttp-akka-http/src/test/scala/com/mdsol/mauth/SttpAkkaMAuthRequestSenderSpec.scala index 6445fa23..5e482675 100644 --- a/modules/mauth-sender-sttp-akka-http/src/test/scala/com/mdsol/mauth/SttpAkkaMAuthRequestSenderSpec.scala +++ b/modules/mauth-sender-sttp-akka-http/src/test/scala/com/mdsol/mauth/SttpAkkaMAuthRequestSenderSpec.scala @@ -17,7 +17,7 @@ import org.scalatest.{BeforeAndAfter, BeforeAndAfterAll} import sttp.capabilities.WebSockets import sttp.capabilities.akka.AkkaStreams import sttp.client3.akkahttp.AkkaHttpBackend -import sttp.client3.{SttpBackend, basicRequest} +import sttp.client3.{basicRequest, SttpBackend} import sttp.model.{MediaType, Uri} import java.net.URI