Skip to content

Commit 1f354e9

Browse files
authored
Fix indentation of comment
1 parent 413c8e3 commit 1f354e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/transform/PostTyper.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ class PostTyper extends MacroTransform with IdentityDenotTransformer { thisPhase
245245
else
246246
tree
247247
def app1 =
248-
// reverse order of transforming args and fun. This way, we get a chance to see other
249-
// well-formedness errors before reporting errors in possible inferred type args of fun.
248+
// reverse order of transforming args and fun. This way, we get a chance to see other
249+
// well-formedness errors before reporting errors in possible inferred type args of fun.
250250
val args1 = transform(app.args)
251251
cpy.Apply(app)(transform(app.fun), args1)
252252
methPart(app) match

0 commit comments

Comments
 (0)