aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/NavigateAST.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/ast/NavigateAST.scala')
-rw-r--r--src/dotty/tools/dotc/ast/NavigateAST.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/ast/NavigateAST.scala b/src/dotty/tools/dotc/ast/NavigateAST.scala
index 782866bad..2b11f81f3 100644
--- a/src/dotty/tools/dotc/ast/NavigateAST.scala
+++ b/src/dotty/tools/dotc/ast/NavigateAST.scala
@@ -22,7 +22,7 @@ object NavigateAST {
Error(i"""no untyped tree for $tree, pos = ${tree.pos}, envelope = ${tree.envelope}
|best matching path =\n$loosePath%\n====\n%
|path positions = ${loosePath.map(_.pos)}
- |path envelopes = ${loosePath.map(_.envelope)}""".stripMargin)
+ |path envelopes = ${loosePath.map(_.envelope)}""")
}
/** The reverse path of untyped trees starting with a tree that closest matches