Skip to content

Commit

Permalink
Merge pull request #266 from ballerina-platform/revert-265-update-test
Browse files Browse the repository at this point in the history
Revert "Update Test Resource Files with Formatting Changes"
  • Loading branch information
DimuthuMadushan committed Mar 20, 2024
2 parents e0bace0 + fa57148 commit 2339446
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ group=io.ballerina
version=0.9.1-SNAPSHOT

#dependency
ballerinaLangVersion=2201.9.0-20240319-165400-2b26c405
ballerinaLangVersion=2201.8.5
puppycrawlCheckstyleVersion=10.12.1
githubJohnrengelmanShadowVersion=8.1.1
underCouchDownloadVersion=5.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public distinct service class Student {
*ContactInfo;
*Info;
*ExamInfo;

# The id of the student, unique identifier
resource function get id() returns int {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public distinct service class Book {

public distinct service class Student {
*Info;

resource function get id() returns int {
}

Expand All @@ -28,7 +27,6 @@ public distinct service class Student {

public distinct service class Teacher {
*Info;

resource function get id() returns int {
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public type Book record {|

public distinct service class Student {
*Info;

resource function get id() returns int {
}

Expand All @@ -27,7 +26,6 @@ public distinct service class Student {

public distinct service class Teacher {
*Info;

resource function get id() returns int {
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public type Info distinct service object {

public distinct service class Student {
*Info;

resource function get id() returns int {
}

Expand All @@ -31,7 +30,6 @@ public distinct service class Student {

public distinct service class Teacher {
*AddressInfo;

resource function get id() returns int {
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public type Info distinct service object {
public distinct service class Student {
*Info;
*ExamInfo;

resource function get id() returns int {
}

Expand All @@ -34,7 +33,6 @@ public distinct service class Student {
public distinct service class Teacher {
*Info;
*ContactInfo;

resource function get id() returns int {
}

Expand Down

0 comments on commit 2339446

Please sign in to comment.