summaryrefslogtreecommitdiff
path: root/test/files/scalap/abstractMethod.check
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-07-29 21:36:11 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2013-08-15 13:16:52 +0200
commita4a43a19b4b3f16285671ece2c9d82ea10adc0e8 (patch)
tree15ef0c5384b34476cd0e26139d9572987aafa9a3 /test/files/scalap/abstractMethod.check
parentf2de2c4ec43180351ef1f306bcc5f24643ba5477 (diff)
downloadscala-a4a43a19b4b3f16285671ece2c9d82ea10adc0e8.tar.gz
scala-a4a43a19b4b3f16285671ece2c9d82ea10adc0e8.tar.bz2
scala-a4a43a19b4b3f16285671ece2c9d82ea10adc0e8.zip
Whitespace fixes in scala/tools/scalap
Diffstat (limited to 'test/files/scalap/abstractMethod.check')
-rw-r--r--test/files/scalap/abstractMethod.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/scalap/abstractMethod.check b/test/files/scalap/abstractMethod.check
index 40fa02d408..0d0b1b7421 100644
--- a/test/files/scalap/abstractMethod.check
+++ b/test/files/scalap/abstractMethod.check
@@ -1,5 +1,5 @@
trait AbstractMethod extends scala.AnyRef {
- def $init$() : scala.Unit = { /* compiled code */ }
- def arity : scala.Int
- def isCool : scala.Boolean = { /* compiled code */ }
+ def $init$(): scala.Unit = { /* compiled code */ }
+ def arity: scala.Int
+ def isCool: scala.Boolean = { /* compiled code */ }
}