mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
Fixed comment for linting
This commit is contained in:
parent
e91c378bd4
commit
030d7264e6
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ func (h *Headscale) GetMachineByMachineKey(
|
||||||
return &m, nil
|
return &m, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetMachineByNodeKey finds a Machine by its current NodeKey
|
// GetMachineByNodeKey finds a Machine by its current NodeKey.
|
||||||
func (h *Headscale) GetMachineByNodeKey(
|
func (h *Headscale) GetMachineByNodeKey(
|
||||||
nodeKey key.NodePublic,
|
nodeKey key.NodePublic,
|
||||||
) (*Machine, error) {
|
) (*Machine, error) {
|
||||||
|
|
Loading…
Reference in a new issue