Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Jul 26, 2024
1 parent af6076e commit 4818ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rabbitProduct.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (receiver *rabbitProduct) popChannel() rabbitChannel {
select {
case <-time.NewTimer(10 * time.Millisecond).C:
if receiver.workChannelCount >= receiver.manager.config.MaxChannel {
flog.Infof("workChannelCount=%d",receiver.workChannelCount)
flog.Infof("workChannelCount=%d", receiver.workChannelCount)
continue
}
if chl := receiver.createChannelAndConfirm(); chl.err == nil {
Expand Down

0 comments on commit 4818ddc

Please sign in to comment.