chore: apply linting
This commit is contained in:
parent
3d302441b6
commit
2c448d4a5c
7 changed files with 24 additions and 13 deletions
2
poll.go
2
poll.go
|
@ -619,7 +619,7 @@ func (h *Headscale) scheduledPollWorker(
|
|||
}
|
||||
}
|
||||
|
||||
func closeChanWithLog[C chan []byte | chan struct{}](channel C, machine, name string) {
|
||||
func closeChanWithLog(channel C, machine, name string) {
|
||||
log.Trace().
|
||||
Str("handler", "PollNetMap").
|
||||
Str("machine", machine).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue