Skip to content

Commit

Permalink
Update presentation-compiler/src/main/dotty/tools/pc/completions/Comp…
Browse files Browse the repository at this point in the history
…letionProvider.scala

Co-authored-by: Tomasz Godzik <[email protected]>
  • Loading branch information
rochala and tgodzik authored Nov 6, 2023
1 parent 8fb93bb commit 1ce3c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class CompletionProvider(
mkItem(nameEdit.getNewText().nn, other.toList, range = Some(nameEdit.getRange().nn))
case _ =>
mkItem(
v.insertText.getOrElse( ident.backticked(backtickSoftKeyword) + completionTextSuffix),
v.insertText.getOrElse(ident.backticked(backtickSoftKeyword) + completionTextSuffix),
edits.edits,
range = v.range
)
Expand Down

0 comments on commit 1ce3c5a

Please sign in to comment.