Fix missing newline causing spotless check failure

This commit is contained in:
Marco Belladelli 2024-12-02 09:47:49 +01:00
parent d5b7289686
commit aef0fdb996
No known key found for this signature in database
GPG Key ID: DBD6E257ABE9EA3D
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ public class LegacyDB2SequenceSupport implements SequenceSupport {
public String getDropSequenceString(String sequenceName) {
return "drop sequence " + sequenceName + " restrict";
}
}
}