mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Fixed gofumpt linting
This commit is contained in:
parent
ad3c36fd07
commit
ae43d82a33
2 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
1
oidc.go
1
oidc.go
|
@ -604,7 +604,6 @@ func (h *Headscale) registerMachineForOIDCCallback(
|
|||
namespace *Namespace,
|
||||
nodeKey *key.NodePublic,
|
||||
) error {
|
||||
|
||||
if _, err := h.RegisterMachineFromAuthCallback(
|
||||
nodeKey.String(),
|
||||
namespace.Name,
|
||||
|
|
Loading…
Reference in a new issue