Skip to content

Commit

Permalink
Add new line at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk committed Oct 28, 2024
1 parent 14129ef commit 0e023b6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ballerina/tests/h2-optional-assoc-tests.bal
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ type H2ApimWithoutSubscriptions record {|
string orgId;
string apiName;
string metadata;
|};
|};
2 changes: 1 addition & 1 deletion ballerina/tests/mssql-optional-assoc-tests.bal
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ type MsSqlApimWithoutSubscriptions record {|
string orgId;
string apiName;
string metadata;
|};
|};
2 changes: 1 addition & 1 deletion ballerina/tests/mysql-optional-assoc-tests.bal
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ type MySqlApimWithoutSubscriptions record {|
string orgId;
string apiName;
string metadata;
|};
|};
2 changes: 1 addition & 1 deletion ballerina/tests/persist/api_subs.bal
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ public type ApiMetadata record {|
string apiName;
string metadata;
Subscription? subscription;
|};
|};
2 changes: 1 addition & 1 deletion ballerina/tests/postgresql-optional-assoc-tests.bal
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ type PostgreSqlApimWithoutSubscriptions record {|
string orgId;
string apiName;
string metadata;
|};
|};
2 changes: 1 addition & 1 deletion ballerina/tests/resources/mysql/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ CREATE TABLE test.Subscription (
UNIQUE (apimetadataApiId, apimetadataOrgId),
FOREIGN KEY(apimetadataApiId, apimetadataOrgId) REFERENCES ApiMetadata(apiId, orgId),
PRIMARY KEY(subscriptionId)
);
);

0 comments on commit 0e023b6

Please sign in to comment.