fixed indentation

This commit is contained in:
Souhaila Noor 2021-12-03 12:10:31 -06:00
parent 90c3c67ce4
commit 7bcbb5eaca

View file

@ -610,9 +610,9 @@ func lookupAddr(ctx context.Context, resolver *net.Resolver, host string) (strin
}
func (c *Config) ValidateAuth() ([]error, error) {
if !c.Auth.Enable {
return []error{}, nil
}
if !c.Auth.Enable {
return []error{}, nil
}
authConfig := map[string]string{
"ClientId": c.Auth.ClientId,
"ClientSecret": c.Auth.ClientSecret,