Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Feb 3, 2024
1 parent 6e946e8 commit 6810438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ujson/src/ujson/AstTransformer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import upickle.core.compat._

import scala.language.higherKinds

trait AstTransformer[I] extends Transformer[I] with JsVisitor[I, I]{
trait AstTransformer[I] extends ujson.Transformer[I] with JsVisitor[I, I]{
def apply(t: Readable): I = t.transform(this)

def transformArray[T](f: Visitor[_, T], items: Iterable[I]) = {
Expand Down

0 comments on commit 6810438

Please sign in to comment.