Skip to content

Commit 80772d3

Browse files
committed
[chore] Spotless
1 parent 4cf31e3 commit 80772d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/main/java/net/sf/jsqlparser/statement/select/ForMode.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ public enum ForMode {
2323
KEY_SHARE("KEY SHARE"),
2424

2525
// https://www.ibm.com/docs/en/db2-for-zos/13.0.0?topic=statement-read-only-clause
26-
READ_ONLY("READ ONLY"),
27-
FETCH_ONLY("FETCH ONLY");
26+
READ_ONLY("READ ONLY"), FETCH_ONLY("FETCH ONLY");
2827

2928
private final String value;
3029

src/test/java/net/sf/jsqlparser/statement/select/DB2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void testDB2SpecialRegister() throws JSQLParserException {
2424
}
2525

2626
@ParameterizedTest
27-
@ValueSource( strings = {
27+
@ValueSource(strings = {
2828
"SELECT * FROM table WITH UR",
2929
"SELECT * FROM table WITH UR FOR READ ONLY",
3030
"SELECT * FROM table FOR READ ONLY",

0 commit comments

Comments
 (0)