From a4a43a19b4b3f16285671ece2c9d82ea10adc0e8 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Mon, 29 Jul 2013 21:36:11 +0200 Subject: Whitespace fixes in scala/tools/scalap --- test/files/scalap/implicitParam.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/scalap/implicitParam.check') diff --git a/test/files/scalap/implicitParam.check b/test/files/scalap/implicitParam.check index a2cfd6092d..46e995652e 100644 --- a/test/files/scalap/implicitParam.check +++ b/test/files/scalap/implicitParam.check @@ -1,4 +1,4 @@ class ImplicitParam extends scala.AnyRef { def this() = { /* compiled code */ } - def foo(i : scala.Int)(implicit f : scala.Float, d : scala.Double) : scala.Int = { /* compiled code */ } + def foo(i: scala.Int)(implicit f: scala.Float, d: scala.Double): scala.Int = { /* compiled code */ } } -- cgit v1.2.3