mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
add whitespace
This commit is contained in:
parent
0f005af66a
commit
5e4d6b86f4
1 changed files with 1 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ func (s *StateDB) GetNonce(addr common.Address) uint64 {
|
||||||
if stateObject != nil {
|
if stateObject != nil {
|
||||||
return stateObject.Nonce()
|
return stateObject.Nonce()
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue