Skip to content

Commit

Permalink
fixes goimports complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Oct 18, 2023
1 parent 6683a04 commit 0d49079
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions x/blobstream/types/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package types

import (
"bytes"
sdk "github.com/cosmos/cosmos-sdk/types"
math "math"
"math"
"sort"

sdk "github.com/cosmos/cosmos-sdk/types"

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

"cosmossdk.io/errors"
Expand Down

0 comments on commit 0d49079

Please sign in to comment.