Skip to content

Commit cb53882

Browse files
Merge branch 'lunduniversity:master' into master
2 parents 43b5d9b + 18532f7 commit cb53882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/introprog/examples/TestIO.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ object TestIO {
2121
assert(isSameContents, s"$highscores != $highscores2")
2222
println(s"$highscores == $highscores2\n$testResult")
2323

24-
testImageLoadAndDraw
24+
testImageLoadAndDraw()
2525
}
2626

27-
def testImageLoadAndDraw : Unit = {
27+
def testImageLoadAndDraw(): Unit = {
2828
import introprog.*
2929
import java.awt.Color
3030
import java.awt.Color.*

0 commit comments

Comments
 (0)