summaryrefslogtreecommitdiff
path: root/test/files/detach-run/actor/actor.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/detach-run/actor/actor.scala')
-rw-r--r--test/files/detach-run/actor/actor.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/detach-run/actor/actor.scala b/test/files/detach-run/actor/actor.scala
index 18a6dc38fd..23a10d6982 100644
--- a/test/files/detach-run/actor/actor.scala
+++ b/test/files/detach-run/actor/actor.scala
@@ -115,7 +115,7 @@ object Env {
}
in.close()
} catch {
- case e: FileNotFoundException => println(e)
+ case e: FileNotFoundException => println(e)
})
out.close()
}