Skip to content

Commit 9230a2c

Browse files
committed
gofmt
1 parent 020b982 commit 9230a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

replica/replica.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ func (replica *Replica) Run(ctx context.Context) {
134134
replica.mq.DropMessagesBelowHeight(m)
135135
case []id.Signatory:
136136
procAllowed := map[id.Signatory]bool{}
137-
for _, sig := range m{
137+
for _, sig := range m {
138138
procAllowed[sig] = true
139139
}
140140
replica.procsAllowed = procAllowed
141141

142142
scheduler := scheduler.NewRoundRobin(m)
143-
f := len(procAllowed) /3
143+
f := len(procAllowed) / 3
144144
replica.proc.ResetF(uint64(f), scheduler)
145145
}
146146
}

0 commit comments

Comments
 (0)