From 0e023b62038b0571be316173ddfd58c758dca17f Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Mon, 28 Oct 2024 13:54:43 +0530 Subject: [PATCH] Add new line at EOF --- ballerina/tests/h2-optional-assoc-tests.bal | 2 +- ballerina/tests/mssql-optional-assoc-tests.bal | 2 +- ballerina/tests/mysql-optional-assoc-tests.bal | 2 +- ballerina/tests/persist/api_subs.bal | 2 +- ballerina/tests/postgresql-optional-assoc-tests.bal | 2 +- ballerina/tests/resources/mysql/init.sql | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/tests/h2-optional-assoc-tests.bal b/ballerina/tests/h2-optional-assoc-tests.bal index 8d6d10c..4b44c8b 100644 --- a/ballerina/tests/h2-optional-assoc-tests.bal +++ b/ballerina/tests/h2-optional-assoc-tests.bal @@ -115,4 +115,4 @@ type H2ApimWithoutSubscriptions record {| string orgId; string apiName; string metadata; -|}; \ No newline at end of file +|}; diff --git a/ballerina/tests/mssql-optional-assoc-tests.bal b/ballerina/tests/mssql-optional-assoc-tests.bal index ee6ba03..584f7db 100644 --- a/ballerina/tests/mssql-optional-assoc-tests.bal +++ b/ballerina/tests/mssql-optional-assoc-tests.bal @@ -114,4 +114,4 @@ type MsSqlApimWithoutSubscriptions record {| string orgId; string apiName; string metadata; -|}; \ No newline at end of file +|}; diff --git a/ballerina/tests/mysql-optional-assoc-tests.bal b/ballerina/tests/mysql-optional-assoc-tests.bal index 565e2f4..5f89885 100644 --- a/ballerina/tests/mysql-optional-assoc-tests.bal +++ b/ballerina/tests/mysql-optional-assoc-tests.bal @@ -114,4 +114,4 @@ type MySqlApimWithoutSubscriptions record {| string orgId; string apiName; string metadata; -|}; \ No newline at end of file +|}; diff --git a/ballerina/tests/persist/api_subs.bal b/ballerina/tests/persist/api_subs.bal index 246b98c..98978e4 100644 --- a/ballerina/tests/persist/api_subs.bal +++ b/ballerina/tests/persist/api_subs.bal @@ -28,4 +28,4 @@ public type ApiMetadata record {| string apiName; string metadata; Subscription? subscription; -|}; \ No newline at end of file +|}; diff --git a/ballerina/tests/postgresql-optional-assoc-tests.bal b/ballerina/tests/postgresql-optional-assoc-tests.bal index 8a0a443..5411f6d 100644 --- a/ballerina/tests/postgresql-optional-assoc-tests.bal +++ b/ballerina/tests/postgresql-optional-assoc-tests.bal @@ -114,4 +114,4 @@ type PostgreSqlApimWithoutSubscriptions record {| string orgId; string apiName; string metadata; -|}; \ No newline at end of file +|}; diff --git a/ballerina/tests/resources/mysql/init.sql b/ballerina/tests/resources/mysql/init.sql index a78f071..3783822 100644 --- a/ballerina/tests/resources/mysql/init.sql +++ b/ballerina/tests/resources/mysql/init.sql @@ -181,4 +181,4 @@ CREATE TABLE test.Subscription ( UNIQUE (apimetadataApiId, apimetadataOrgId), FOREIGN KEY(apimetadataApiId, apimetadataOrgId) REFERENCES ApiMetadata(apiId, orgId), PRIMARY KEY(subscriptionId) -); \ No newline at end of file +);