mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
swarm/api: Fix linter
This commit is contained in:
parent
3e304ce36c
commit
221188af08
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ import (
|
||||||
"github.com/ethereum/go-ethereum/swarm/storage"
|
"github.com/ethereum/go-ethereum/swarm/storage"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
// TODO: this is bad, it should not be hardcoded how long is a hash
|
// TODO: this is bad, it should not be hardcoded how long is a hash
|
||||||
var hashMatcher = regexp.MustCompile("^([0-9A-Fa-f]{64})([0-9A-Fa-f]{64})?")
|
var hashMatcher = regexp.MustCompile("^([0-9A-Fa-f]{64})([0-9A-Fa-f]{64})?")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue