Skip to content

Commit ae98edc

Browse files
committed
fix scalastyle
1 parent 8dac58f commit ae98edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/BlockMatrix.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class BlockMatrix @Since("1.3.0") (
353353
}
354354
}
355355

356-
private type BlockDestinations = Map[(Int, Int), Set[Int]]
356+
private type BlockDestinations = Map[(Int, Int), Set[Int]]
357357

358358
/**
359359
* Simulate the multiplication with just indices in order to cut costs on communication, when

0 commit comments

Comments
 (0)