Skip to content

Commit

Permalink
Fix missing newline causing spotless check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mbladel committed Dec 2, 2024
1 parent d5b7289 commit aef0fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ public String getSequencePreviousValString(String sequenceName) throws MappingEx
public String getDropSequenceString(String sequenceName) {
return "drop sequence " + sequenceName + " restrict";
}
}
}

0 comments on commit aef0fdb

Please sign in to comment.