Skip to content

Commit

Permalink
Update eoshttp.go
Browse files Browse the repository at this point in the history
Remove some blanks
  • Loading branch information
ffurano authored Jul 1, 2021
1 parent 22658fb commit e111a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eosclient/eosgrpc/eos_http/eoshttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func (c *Client) buildFullURL(urlpath, uid, gid string) (string, error) {
if len(gid) > 0 {
v.Set("eos.rgid", gid)
}

u.RawQuery = v.Encode()
return u.String(), nil
}
Expand Down

0 comments on commit e111a43

Please sign in to comment.