Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit ab611fd

Browse files
committed
Remove unnecessary space.
1 parent ddc48b9 commit ab611fd

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/Matrices.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ sealed trait Matrix extends Serializable {
8888
BLAS.gemv(1.0, this, y, 0.0, output)
8989
output
9090
}
91-
91+
9292
/** A human readable representation of the matrix */
9393
override def toString: String = toBreeze.toString()
9494

0 commit comments

Comments
 (0)