Skip to content

Commit

Permalink
chore: scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeQuadrat committed Feb 5, 2024
1 parent b8ec81a commit 564c69e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
package de.innfactory

import cats.data.{ EitherT, Kleisli }
import cats.data.{EitherT, Kleisli}
import de.innfactory.smithy4play.client.SmithyPlayClientEndpointErrorResponse
import org.slf4j
import play.api.Logger
import play.api.libs.json.{ JsValue, Json, OFormat }
import play.api.mvc.{ Headers, RequestHeader }
import play.api.libs.json.{JsValue, Json, OFormat}
import play.api.mvc.{Headers, RequestHeader}
import smithy4s.Blob
import smithy4s.http.{ CaseInsensitive, HttpEndpoint, HttpResponse, Metadata }
import smithy4s.http.{CaseInsensitive, HttpEndpoint, HttpResponse, Metadata}

import scala.annotation.{ compileTimeOnly, StaticAnnotation }
import scala.annotation.{StaticAnnotation, compileTimeOnly}
import scala.concurrent.Future
import scala.language.experimental.macros

Expand Down

0 comments on commit 564c69e

Please sign in to comment.