mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
Fixed gofumpt linting
This commit is contained in:
parent
ad3c36fd07
commit
ae43d82a33
@ -134,7 +134,6 @@ func (s *AuthWebFlowScenario) runTailscaleUp(
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("error waiting for client %s to be ready: %s", c.Hostname(), err)
|
log.Printf("error waiting for client %s to be ready: %s", c.Hostname(), err)
|
||||||
}
|
}
|
||||||
|
|
||||||
}(client)
|
}(client)
|
||||||
}
|
}
|
||||||
namespace.joinWaitGroup.Wait()
|
namespace.joinWaitGroup.Wait()
|
||||||
|
1
oidc.go
1
oidc.go
@ -604,7 +604,6 @@ func (h *Headscale) registerMachineForOIDCCallback(
|
|||||||
namespace *Namespace,
|
namespace *Namespace,
|
||||||
nodeKey *key.NodePublic,
|
nodeKey *key.NodePublic,
|
||||||
) error {
|
) error {
|
||||||
|
|
||||||
if _, err := h.RegisterMachineFromAuthCallback(
|
if _, err := h.RegisterMachineFromAuthCallback(
|
||||||
nodeKey.String(),
|
nodeKey.String(),
|
||||||
namespace.Name,
|
namespace.Name,
|
||||||
|
Loading…
Reference in New Issue
Block a user