Skip to content

Commit 7829f68

Browse files
Reformat with scalafmt 3.7.17
Executed command: scalafmt --non-interactive
1 parent 480410f commit 7829f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/spire/math/Merging.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ abstract class BinaryMerge {
5454
* @param bi
5555
* an index into the second sequence
5656
* @return
57-
* -1 if a(ai) < b(bi), 0 if a(ai) == b(bi), 1 if a(ai) > b(bi)
57+
* -1 if a(ai) < b(bi), 0 if a(ai) == b(bi), 1 if a(ai) > b(bi)
5858
*/
5959
def compare(ai: Int, bi: Int): Int
6060

0 commit comments

Comments
 (0)