mirror of https://github.com/sbt/sbt.git
apply review
This commit is contained in:
parent
7ca6ad5fec
commit
a89ad8ad4d
|
|
@ -7,8 +7,8 @@ import sbt.util.cacheLevel
|
|||
import sbt.util.CacheLevelTag
|
||||
|
||||
trait ContextUtil[C <: Quotes & scala.Singleton](val valStart: Int):
|
||||
import qctx.reflect.*
|
||||
val qctx: C
|
||||
import qctx.reflect.*
|
||||
given qctx.type = qctx
|
||||
|
||||
private var counter: Int = valStart - 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue