Skip to content

Commit 21ce4c1

Browse files
committed
fix code formatting
1 parent 6d277eb commit 21ce4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/sf/jsqlparser/statement/alter/AlterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ public void testAlterTableDefaultValueTrueIssue926() throws JSQLParserException
840840
}
841841

842842
private void assertReferentialActionOnConstraint(Alter parsed, Action onUpdate,
843-
Action onDelete) {
843+
Action onDelete) {
844844
AlterExpression alterExpression = parsed.getAlterExpressions().get(0);
845845
ForeignKeyIndex index = (ForeignKeyIndex) alterExpression.getIndex();
846846

0 commit comments

Comments
 (0)