Skip to content

Commit

Permalink
chore: byte alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Nov 2, 2024
1 parent 378db0c commit e09b656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/op/hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ type clients struct {
type Hub struct {
broadcast chan *broadcastMessage
exit chan struct{}
clients rwmap.RWMap[string, *clients]
id string
clients rwmap.RWMap[string, *clients]
wg sync.WaitGroup
once utils.Once
closed uint32
Expand Down

0 comments on commit e09b656

Please sign in to comment.