Added parens to stop
This commit is contained in:
parent
087191f19f
commit
3c8e375f30
40 changed files with 151 additions and 151 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue