Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Sep 20, 2024
1 parent 0a50fe2 commit 9a6d0ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ func (cfg *Config) Check() error {
if cfg.SvcManagerAddr == "" {
return fmt.Errorf("svc manager address is not set")
}

}

if cfg.S3Config.S3CredentialType == store.S3CredentialUnknown && cfg.S3Config.Endpoint != "" {
Expand Down

0 comments on commit 9a6d0ad

Please sign in to comment.