mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/fetcher: linter linter linter linter linter
This commit is contained in:
parent
661b7b288a
commit
57660188af
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ type announce struct {
|
||||||
size *uint32
|
size *uint32
|
||||||
}
|
}
|
||||||
|
|
||||||
func typeptr(t byte) *byte { b := byte(t); return &b }
|
func typeptr(t byte) *byte { return &t }
|
||||||
func sizeptr(n uint32) *uint32 { return &n }
|
func sizeptr(n uint32) *uint32 { return &n }
|
||||||
|
|
||||||
type doTxNotify struct {
|
type doTxNotify struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue