Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Apr 23, 2024
1 parent 19fd2f8 commit d66f1e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/encoding/custom_error.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package encoding

import (
"errors"
"github.com/ethereum/go-ethereum/common"
"strings"

"github.com/ethereum/go-ethereum/common"
)

// TryParsingCustomError tries to checks whether the given error is one of the
Expand Down

0 comments on commit d66f1e3

Please sign in to comment.