Code Formatting Guidelines - RTradeLtd/Temporal GitHub Wiki
Code Formatting Guidelines
For functions where no return values are kept:
if _, err = um.ChangeEthereumAddress( ... ); if err != nil {
...
}
For functions where no return values are kept:
if _, err = um.ChangeEthereumAddress( ... ); if err != nil {
...
}