Skip to content

Commit

Permalink
stun: go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Date Huang <[email protected]>
  • Loading branch information
tjjh89017 committed Sep 18, 2024
1 parent bb6425f commit 2c6885d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/stun/stun_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (s *Stun) Start(ctx context.Context) {
select {
case <-ctx.Done():
return
case <-time.After(time.Duration(StunTimeout + 5) * time.Second):
case <-time.After(time.Duration(StunTimeout+5) * time.Second):
return
default:
buf := make([]byte, PacketSize)
Expand Down

0 comments on commit 2c6885d

Please sign in to comment.