Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
suzaku committed Jul 4, 2019
1 parent 65ae6a4 commit c313d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pump/storage/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func populateBinlog(b Log, append *Append, prewriteValueSize int, binlogNum int)

seq := make(chan struct{}, 10)
go func() {
for i := 0 ; i < binlogNum; i++ {
for i := 0; i < binlogNum; i++ {
seq <- struct{}{}
}
close(seq)
Expand Down

0 comments on commit c313d9b

Please sign in to comment.