Skip to content

Commit

Permalink
Fix SchemaSuite format
Browse files Browse the repository at this point in the history
  • Loading branch information
aartigao committed Oct 16, 2023
1 parent e8c6339 commit d3de204
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ trait SchemaSuite extends FunSuite {
clientSettings.createSchemaRegistryClient
.map { client =>
new CompatibilityChecker[IO] {

private def registrySchema(subject: String): IO[Schema] =
for {
metadata <- IO.delay(client.getLatestSchemaMetadata(subject))
Expand Down Expand Up @@ -83,7 +82,6 @@ trait SchemaSuite extends FunSuite {
)
}
}

}
}
}

0 comments on commit d3de204

Please sign in to comment.