Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Aug 9, 2023
1 parent 8e0a1af commit f4c706a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Counter internal constructor(
override fun canBeTriggeredBy(trigger: Trigger) =
this.trigger == trigger

override fun clone(): Counter {
public override fun clone(): Counter {
return Counter(
trigger,
conditions,
Expand Down

0 comments on commit f4c706a

Please sign in to comment.