Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobOaks committed Jul 1, 2024
1 parent 0ab55ae commit d2c9e53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion broadcast.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import (
// All methods on the broadcaster are concurrency-safe.
type broadcaster struct {
// This lock is used to protect all fields of broadcaster.
//
// Methods on broadcaster should protect all concurrent access
// by taking this lock when accessing its fields.
// Conversely, this lock should NOT be taken outside of broadcaster.
Expand Down

0 comments on commit d2c9e53

Please sign in to comment.