Skip to content

Commit

Permalink
chore: scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeQuadrat committed Apr 16, 2024
1 parent 1c3e9b8 commit 477402e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
package de.innfactory.smithy4play

import com.github.plokhotnyuk.jsoniter_scala.core.{ReaderConfig, WriterConfig}
import com.typesafe.config.Config
import com.github.plokhotnyuk.jsoniter_scala.core.ReaderConfig
import play.api.http.MimeTypes
import smithy4s.capability.instances.either._
import smithy4s.codecs.Writer.CachedCompiler
import smithy4s.codecs._
import smithy4s.http.{HttpResponse, HttpRestSchema, Metadata, MetadataError}
import smithy4s.http.{ HttpResponse, HttpRestSchema, Metadata, MetadataError }
import smithy4s.json.Json
import smithy4s.kinds.PolyFunction
import smithy4s.schema.CachedSchemaCompiler
import smithy4s.xml.Xml
import smithy4s.{Blob, codecs}

import javax.inject.Inject
import smithy4s.{ codecs, Blob }

case class CodecDecider(readerConfig: ReaderConfig) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package de.innfactory.smithy4play.client

import cats.implicits.toBifunctorOps
import com.github.plokhotnyuk.jsoniter_scala.core.ReaderConfig
import de.innfactory.smithy4play.{ClientResponse, CodecDecider}
import de.innfactory.smithy4play.{ ClientResponse, CodecDecider }
import smithy4s.Blob
import smithy4s.http.{CaseInsensitive, HttpEndpoint}
import smithy4s.http.{ CaseInsensitive, HttpEndpoint }

import scala.concurrent.{ExecutionContext, Future}
import scala.concurrent.{ ExecutionContext, Future }

class SmithyPlayClient[Alg[_[_, _, _, _, _]], F[_]](
baseUri: String,
Expand Down

0 comments on commit 477402e

Please sign in to comment.