diff --git a/avro/src/main/scala/hydra/avro/registry/RedisSchemaRegistryClient.scala b/avro/src/main/scala/hydra/avro/registry/RedisSchemaRegistryClient.scala index 93b18776f..115db9a4f 100644 --- a/avro/src/main/scala/hydra/avro/registry/RedisSchemaRegistryClient.scala +++ b/avro/src/main/scala/hydra/avro/registry/RedisSchemaRegistryClient.scala @@ -639,5 +639,4 @@ class RedisSchemaRegistryClient(restService: RestService, override def testCompatibility(s: String, schema: Schema): Boolean = { restService.testCompatibility(schema.toString(), s, "latest") } - }