Fixed gofumpt linting

This commit is contained in:
Juan Font Alonso 2022-11-13 13:18:00 +01:00
parent ad3c36fd07
commit ae43d82a33
2 changed files with 0 additions and 2 deletions

View File

@ -134,7 +134,6 @@ func (s *AuthWebFlowScenario) runTailscaleUp(
if err != nil {
log.Printf("error waiting for client %s to be ready: %s", c.Hostname(), err)
}
}(client)
}
namespace.joinWaitGroup.Wait()

View File

@ -604,7 +604,6 @@ func (h *Headscale) registerMachineForOIDCCallback(
namespace *Namespace,
nodeKey *key.NodePublic,
) error {
if _, err := h.RegisterMachineFromAuthCallback(
nodeKey.String(),
namespace.Name,