Skip to content

Commit c7af6a5

Browse files
committed
style
1 parent 5922c98 commit c7af6a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

akka-cluster-sharding/src/main/scala/akka/cluster/sharding/ShardRegion.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ private[akka] class ShardRegion(
769769
// Important since this is level-triggered (any membership change where the coordinator is on a
770770
// not-up node) while registration is otherwise edge-triggered
771771
coordinatorSelection.lastOption.foreach(sendRegistrationMessage)
772-
772+
773773
if (!timers.isTimerActive(RegisterRetry)) {
774774
nextRegistrationDelay = initRegistrationDelay
775775

0 commit comments

Comments
 (0)