Skip to content

Commit

Permalink
Include reviewers suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Peter <[email protected]>
  • Loading branch information
danielfeismann and sebastian-peter authored Aug 29, 2024
1 parent db67a3f commit 19ac89d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ trait HpAgentFundamentals
baseStateData.copy(
stateDataStore = updatedStateDataStore,
additionalActivationTicks =
baseStateData.additionalActivationTicks + nextThreshold.tick,
baseStateData.additionalActivationTicks ++ Set(nextThreshold.tick),
)
case _ =>
baseStateData.copy(
Expand Down

0 comments on commit 19ac89d

Please sign in to comment.