mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fixed indentation
This commit is contained in:
parent
90c3c67ce4
commit
7bcbb5eaca
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue