Skip to content

Commit

Permalink
Reformat with scalafmt 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 29, 2021
1 parent 9352d45 commit 62d5e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/src/main/scala/io/circe/schema/Resolver.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ object Resolver {
.flatMap { hc =>
Decoder[Schema[URI]].apply(hc) match {
case Right(schema) =>
//this(schema).flatMap {
// this(schema).flatMap {
// case Schema.RejectAll => F.pure(Schema.RejectAll)
// case Schema.AcceptAll => F.pure(Schema.AcceptAll)

Expand Down

0 comments on commit 62d5e1b

Please sign in to comment.