mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-04 09:02:28 +00:00
rpcbinding: fix binding indentation
New rule for writing blocks of code to our template: new line before the block starts and new line after the block ends. This rule is the same as the one we use during manual typing. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
0f0f7b364f
commit
ae52b2c2fa
9 changed files with 42 additions and 62 deletions
|
@ -316,7 +316,6 @@ func NewReader(invoker Invoker) *ContractReader {
|
|||
return &ContractReader{invoker}
|
||||
}
|
||||
|
||||
|
||||
// Get invokes `+"`get`"+` method of contract.
|
||||
func (c *ContractReader) Get() (*big.Int, error) {
|
||||
return unwrap.BigInt(c.invoker.Call(Hash, "get"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue