BAEL-7513 Add missing newline to Interval.java

This commit is contained in:
Sam Gardner 2024-02-22 15:13:15 +00:00
parent d7527a382e
commit 433a32489c
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ public class Interval {
public int hashCode() {
return Objects.hash(start, end);
}
}
}