Skip to content

Commit 035bf03

Browse files
authored
Remove trailing whitespace
1 parent 66f9f94 commit 035bf03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scala/Exponentiation.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def exponentiation(base: Int, exponent: Int): Int = {
33
.map(_ => base)
44
.reduce(_ * _)
55
}
6-
6+
77
object Main extends App {
88
println("5 ^ 3 = " + exponentiation(5, 3))
9-
}
9+
}

0 commit comments

Comments
 (0)