chore: fix lint
This commit is contained in:
parent
f53bb63b2d
commit
17d6624bb9
1 changed files with 2 additions and 2 deletions
|
@ -661,7 +661,7 @@ func (machine *Machine) toProto() *v1.Machine {
|
||||||
return machineProto
|
return machineProto
|
||||||
}
|
}
|
||||||
|
|
||||||
// getTags will return the tags of the current machine
|
// getTags will return the tags of the current machine.
|
||||||
func getTags(
|
func getTags(
|
||||||
aclPolicy ACLPolicy,
|
aclPolicy ACLPolicy,
|
||||||
machine Machine,
|
machine Machine,
|
||||||
|
@ -693,7 +693,7 @@ func getTags(
|
||||||
validTags = append(validTags, tag)
|
validTags = append(validTags, tag)
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
return validTags, invalidTags
|
||||||
}
|
}
|
||||||
|
|
||||||
func (h *Headscale) RegisterMachineFromAuthCallback(
|
func (h *Headscale) RegisterMachineFromAuthCallback(
|
||||||
|
|
Loading…
Reference in a new issue