smartcontract: apply gofmt to the resulting bindings
Close #3133. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
d24579748e
commit
c42486587d
16 changed files with 769 additions and 742 deletions
|
@ -310,7 +310,7 @@ type Invoker interface {
|
|||
// ContractReader implements safe contract methods.
|
||||
type ContractReader struct {
|
||||
invoker Invoker
|
||||
hash util.Uint160
|
||||
hash util.Uint160
|
||||
}
|
||||
|
||||
// NewReader creates an instance of ContractReader using Hash and the given Invoker.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue