Skip to content

Commit 0e023b6

Browse files
committed
Add new line at EOF
1 parent 14129ef commit 0e023b6

6 files changed

+6
-6
lines changed

ballerina/tests/h2-optional-assoc-tests.bal

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ type H2ApimWithoutSubscriptions record {|
115115
string orgId;
116116
string apiName;
117117
string metadata;
118-
|};
118+
|};

ballerina/tests/mssql-optional-assoc-tests.bal

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ type MsSqlApimWithoutSubscriptions record {|
114114
string orgId;
115115
string apiName;
116116
string metadata;
117-
|};
117+
|};

ballerina/tests/mysql-optional-assoc-tests.bal

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ type MySqlApimWithoutSubscriptions record {|
114114
string orgId;
115115
string apiName;
116116
string metadata;
117-
|};
117+
|};

ballerina/tests/persist/api_subs.bal

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ public type ApiMetadata record {|
2828
string apiName;
2929
string metadata;
3030
Subscription? subscription;
31-
|};
31+
|};

ballerina/tests/postgresql-optional-assoc-tests.bal

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ type PostgreSqlApimWithoutSubscriptions record {|
114114
string orgId;
115115
string apiName;
116116
string metadata;
117-
|};
117+
|};

ballerina/tests/resources/mysql/init.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ CREATE TABLE test.Subscription (
181181
UNIQUE (apimetadataApiId, apimetadataOrgId),
182182
FOREIGN KEY(apimetadataApiId, apimetadataOrgId) REFERENCES ApiMetadata(apiId, orgId),
183183
PRIMARY KEY(subscriptionId)
184-
);
184+
);

0 commit comments

Comments
 (0)