Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Aug 7, 2024
1 parent ddee087 commit a70e087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hare4/hare_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ func (cl *lockstepCluster) waitStopped() {
// that interactive messages came in on the tracer are read from.
func (cl *lockstepCluster) drainInteractiveMessages() {
done := make(chan struct{})
ct.t.Cleanup(func() { close(done) })
cl.t.Cleanup(func() { close(done) })
for _, n := range cl.nodes {
go func() {
for {
Expand Down

0 comments on commit a70e087

Please sign in to comment.