mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-07 02:09:31 +00:00
Fix missing newline causing spotless check failure
This commit is contained in:
parent
d5b7289686
commit
aef0fdb996
@ -40,4 +40,4 @@ public String getSequencePreviousValString(String sequenceName) throws MappingEx
|
||||
public String getDropSequenceString(String sequenceName) {
|
||||
return "drop sequence " + sequenceName + " restrict";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user