We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa957c commit b498ea7Copy full SHA for b498ea7
raft/src/main/scala/zio/raft/Types.scala
@@ -131,4 +131,4 @@ sealed trait StateNotification
131
object StateNotification:
132
case object SteppedUp extends StateNotification
133
case class SteppedDown(leaderId: Option[MemberId]) extends StateNotification
134
- case class LeaderChanged(leaderId: MemberId) extends StateNotification
+ case class LeaderChanged(leaderId: MemberId) extends StateNotification
0 commit comments