From 0fcbc9f4a0ba41f31905bd4685565659c7babb45 Mon Sep 17 00:00:00 2001 From: Ruslan Shevchenko Date: Sun, 11 Jul 2021 13:08:51 +0300 Subject: [PATCH] removed trailing newlines --- tests/neg-custom-args/hidden-type-errors/Macro.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/neg-custom-args/hidden-type-errors/Macro.scala b/tests/neg-custom-args/hidden-type-errors/Macro.scala index af18b52c5915..17b4f3d52ffe 100644 --- a/tests/neg-custom-args/hidden-type-errors/Macro.scala +++ b/tests/neg-custom-args/hidden-type-errors/Macro.scala @@ -20,4 +20,3 @@ object X: val aTerm = '{A}.asTerm val xBar = Apply(Select.unique(aTerm,"bar"),List(x.asTerm)) Apply(Select.unique(aTerm,"foo"), List(xBar)).asExpr -