Skip to content

Commit

Permalink
Merge branch 'lunduniversity:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
theolundqvist authored Aug 19, 2021
2 parents 43b5d9b + 18532f7 commit cb53882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/introprog/examples/TestIO.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ object TestIO {
assert(isSameContents, s"$highscores != $highscores2")
println(s"$highscores == $highscores2\n$testResult")

testImageLoadAndDraw
testImageLoadAndDraw()
}

def testImageLoadAndDraw : Unit = {
def testImageLoadAndDraw(): Unit = {
import introprog.*
import java.awt.Color
import java.awt.Color.*
Expand Down

0 comments on commit cb53882

Please sign in to comment.