Skip to content

Commit

Permalink
new line
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorchik committed Apr 19, 2024
1 parent 9d2b8f6 commit 4897104
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ object SubtypeOrdering extends Ordering[SealedTrait.Subtype[_, _, _]] {

if (priorityA == priorityB) namesA.fullName.compare(namesB.fullName) else priorityB.compare(priorityA)
}
}
}

0 comments on commit 4897104

Please sign in to comment.