diff --git a/ballerina/avro.bal b/ballerina/avro.bal index 9a5939e..e831bb4 100644 --- a/ballerina/avro.bal +++ b/ballerina/avro.bal @@ -59,5 +59,3 @@ public class Avro { isolated function generateSchema(string schema) returns handle = @java:Constructor { 'class: "io.ballerina.lib.avro.Avro" } external; - - diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index ae34539..0d1048a 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -44,5 +44,3 @@ groupId = "com.fasterxml.jackson.dataformat" artifactId = "jackson-dataformat-avro" version = "@jackson.version@" path = "./lib/jackson-dataformat-avro-@jackson.version@.jar" - -