Skip to content

Commit 213ad18

Browse files
committed
accounts/abi/abigen: fix linter error
1 parent 2c819dd commit 213ad18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

accounts/abi/unpack.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ var (
3737

3838
// ReadInteger reads the integer based on its kind and returns the appropriate value.
3939
func ReadInteger(typ Type, b []byte) (interface{}, error) {
40-
4140
if typ.T == UintTy {
4241
ret := new(uint256.Int).SetBytes(b)
4342

0 commit comments

Comments
 (0)