Skip to content

Commit dd1a152

Browse files
committed
Drop another : after extension
1 parent 5d96c60 commit dd1a152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/scala/quoted/runtime/impl/QuotesImpl.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class QuotesImpl private (using val ctx: Context) extends Quotes, QuoteUnpickler
7676

7777
object reflect extends reflectModule:
7878

79-
extension (expr: Expr[Any]):
79+
extension (expr: Expr[Any])
8080
def asTerm: Term =
8181
val exprImpl = expr.asInstanceOf[ExprImpl]
8282
exprImpl.checkScopeId(QuotesImpl.this.hashCode)

0 commit comments

Comments
 (0)