Minor linting issues

This commit is contained in:
Juan Font 2021-09-02 17:08:39 +02:00
parent d86de68b40
commit 7287e0259c
3 changed files with 4 additions and 2 deletions

View file

@ -97,7 +97,7 @@ func (h *Headscale) ListMachinesInNamespace(name string) (*[]Machine, error) {
return &machines, nil
}
// ListSharedMachinesInNamespaces returns all the machines that are shared to the specified namespace
// ListSharedMachinesInNamespace returns all the machines that are shared to the specified namespace
func (h *Headscale) ListSharedMachinesInNamespace(name string) (*[]Machine, error) {
n, err := h.GetNamespace(name)
if err != nil {