forked from TrueCloudLab/frostfs-node
[#1023] *: fix linter errors
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
eb99b65134
commit
476528361e
7 changed files with 1 additions and 18 deletions
|
@ -85,8 +85,6 @@ func (e *notHaltStateError) Error() string {
|
|||
|
||||
var errEmptyInvocationScript = errors.New("got empty invocation script from neo node")
|
||||
|
||||
var errScriptDecode = errors.New("could not decode invocation script from neo node")
|
||||
|
||||
// implementation of error interface for NeoFS-specific errors.
|
||||
type neofsError struct {
|
||||
err error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue