Skip to content

Commit 8ee6e18

Browse files
committed
Fixed formatting (wrong indentation)
1 parent f6eeb18 commit 8ee6e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/transform/Erasure.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ object Erasure extends TypeTestsCasts{
340340
outer.path(tree.symbol)
341341
}
342342

343-
private def runtimeCallWithProtoArgs(name: Name, pt: Type, args: Tree*)(implicit ctx: Context): Tree = {
343+
private def runtimeCallWithProtoArgs(name: Name, pt: Type, args: Tree*)(implicit ctx: Context): Tree = {
344344
val meth = defn.runtimeMethod(name)
345345
val followingParams = meth.info.firstParamTypes.drop(args.length)
346346
val followingArgs = protoArgs(pt).zipWithConserve(followingParams)(typedExpr).asInstanceOf[List[tpd.Tree]]

0 commit comments

Comments
 (0)