Skip to content

Commit fbe15ee

Browse files
committed
whitespace indentation fix
1 parent d9837f0 commit fbe15ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/interactive/Completion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ object Completion {
502502
val targets = convertedTrees.map(_.tpe.finalResultType)
503503

504504
interactiv.println(i"implicit conversion targets considered: ${targets.toList}%, %")
505-
targets
505+
targets
506506
}
507507

508508
/** Filter for names that should appear when looking for completions. */

0 commit comments

Comments
 (0)