Skip to content

Commit 590da0c

Browse files
committed
No braces
1 parent a033f91 commit 590da0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/viper/server/frontends/lsp/file/QuantifierInlayHints.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import viper.silver.ast.{AbstractSourcePosition, QuantifiedExp, Trigger}
1313
trait QuantifierInlayHints extends ProjectAware {
1414
def handleQuantifierChosenTriggers(quantifier: QuantifiedExp, triggers: Seq[Trigger], oldTriggers: Seq[Trigger]): Unit = {
1515
if (!quantifier.exp.pos.isInstanceOf[AbstractSourcePosition]) {
16-
coordinator.logger.error(s"Got chosen triggers, but quantifier has no position: ${quantifier.toString()}")
16+
coordinator.logger.error(s"Got chosen triggers, but quantifier has no position: ${quantifier.toString}")
1717
return
1818
}
1919
val pos = RangePosition(quantifier.exp.pos.asInstanceOf[AbstractSourcePosition])

0 commit comments

Comments
 (0)