Skip to content

Commit aec68eb

Browse files
committed
newline
1 parent bc90234 commit aec68eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/random/DistributionGenerator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ class PoissonGenerator(val mean: Double) extends DistributionGenerator {
102102
}
103103

104104
override def newInstance(): PoissonGenerator = new PoissonGenerator(mean)
105-
}
105+
}

0 commit comments

Comments
 (0)