Skip to content

Commit

Permalink
Address warning
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Feb 21, 2024
1 parent 8288e07 commit dd89f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/KindProjector.scala
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ class KindRewriter(plugin: Plugin, val global: Global)
// if we've already handled this tree, let's just use the
// previous result and be done now!
treeCache.get(tree) match {
case Some(result) => return result
case Some(cachedResult) => return cachedResult
case None => ()
}

Expand Down

0 comments on commit dd89f26

Please sign in to comment.