Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters committed Jan 27, 2024
1 parent c530d1e commit 3e6c075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mempool/cat/block_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func TestBlockFetcherConcurrentRequests(t *testing.T) {
}
}
goRoutinesWG.Wait()

for i := 0; i < numBlocks; i++ {
goRoutinesWG.Add(1)
go func() {
Expand Down

0 comments on commit 3e6c075

Please sign in to comment.