Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
leviramsey committed Nov 23, 2024
1 parent a3a49a6 commit 47dcb14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private[projection] object DynamoDBOffsetStore {
Integer.compare(slice, that.slice) match {
case 0 =>
pid.compareTo(that.pid) match {
case 0 => java.lang.Long.compare(seqNr, that.seqNr)
case 0 => java.lang.Long.compare(seqNr, that.seqNr)
case result => result
}
case result => result
Expand Down

0 comments on commit 47dcb14

Please sign in to comment.