Skip to content

Commit

Permalink
Fix else on newline due to Go build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lhercot authored Apr 29, 2021
1 parent 4414fd0 commit ead323e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ func (c *Client) Authenticate() error {

if c.platform == "nd" {
body.Set(c.domain, "domain")
}
else {
} else {
domainId, err := c.GetDomainId(c.domain)
if err != nil {
return err
Expand Down

0 comments on commit ead323e

Please sign in to comment.