Added parens to stop

This commit is contained in:
Patrik Nordwall 2011-04-12 10:53:56 +02:00
parent 087191f19f
commit 3c8e375f30
40 changed files with 151 additions and 151 deletions

View file

@ -103,7 +103,7 @@ object Pi extends App {
// send the pi result back to the guy who started the calculation
recipient ! pi
// shut ourselves down, we're done
self.stop
self.stop()
}
}