*: drop empty branches
Fix this warning from staticcheck: SA9003: empty branch
This commit is contained in:
parent
92dbb3c4b9
commit
333f778aa6
2 changed files with 4 additions and 4 deletions
|
@ -91,8 +91,8 @@ func New(ctx context.Context, endpoint string, opts Options) (*Client, error) {
|
|||
}
|
||||
|
||||
// TODO(@antdm): Enable SSL.
|
||||
if opts.Cert != "" && opts.Key != "" {
|
||||
}
|
||||
// if opts.Cert != "" && opts.Key != "" {
|
||||
// }
|
||||
|
||||
cl := &Client{
|
||||
ctx: ctx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue