Skip to content

Commit

Permalink
Remove unnecessary newline
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneeldias committed Nov 29, 2023
1 parent ddff3fe commit e74ee59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ public void validateEntityFieldTypeForPostgresql() {
);
}


@Test
public void validateEntityFieldTypeForGoogleSheets() {
List<Diagnostic> diagnostics = getErrorDiagnostics("project_3", "field-types.bal", 12);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ public static boolean isValidPostgresqlType(String type) {
}
}


public static boolean isValidInMemoryType(String type) {
return true;
}
Expand Down Expand Up @@ -225,7 +224,6 @@ public static boolean isValidPostgresqlArrayType(String type) {
}
}


public static boolean isValidInMemoryArrayType(String type) {
return true;
}
Expand Down Expand Up @@ -279,7 +277,6 @@ public static boolean isValidPostgresqlImportedType(String modulePrefix, String
}
}


public static boolean isValidInMemoryImportedType(String modulePrefix, String identifier) {
return true;
}
Expand Down

0 comments on commit e74ee59

Please sign in to comment.