Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiluTian committed Sep 3, 2024
1 parent 03edd03 commit acf410a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/meta/API/DeforestationStrategy.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ abstract class DeforestationStrategy {
}

object DeforestationStrategy {
object NoReduction extends DeforestationStrategy {
implicit object NoReduction extends DeforestationStrategy {
// a sequential worker applies the mapper to each agent
override def mapper(x: Serializable): Serializable = {
x
Expand Down

0 comments on commit acf410a

Please sign in to comment.