mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
formatting
This commit is contained in:
parent
67c40b7cae
commit
e9fd3bfabb
1 changed files with 2 additions and 2 deletions
|
|
@ -174,8 +174,8 @@ func (c *callTrace) UnmarshalJSON(input []byte) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f callTrace) TypeString() string {
|
func (c callTrace) TypeString() string {
|
||||||
return f.Type.String()
|
return c.Type.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Iterates over all the input-output datasets in the tracer test harness and
|
// Iterates over all the input-output datasets in the tracer test harness and
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue