Skip to content

Commit 23c54a3

Browse files
committed
Fix scala style.
1 parent ebc9929 commit 23c54a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathFunctionsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class MathFunctionsSuite extends SparkFunSuite with ExpressionEvalHelper {
205205
}
206206

207207
test("binary log") {
208-
val f = (c1: Double, c2: Double) => math.log(c2) / math.log(c1)
208+
val f = (c1: Double, c2: Double) => math.log(c2) / math.log(c1)
209209
val domain = (1 to 20).map(v => (v * 0.1, v * 0.2))
210210

211211
domain.foreach { case (v1, v2) =>

0 commit comments

Comments
 (0)