Skip to content

Commit

Permalink
additional cleanup & linting
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Oct 27, 2024
1 parent 87bcc32 commit 149ab9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ import (
"strconv"
"time"

sdkmath "cosmossdk.io/math"
"github.com/BurntSushi/toml"
types "github.com/somatic-labs/meteorite/types"

sdkmath "cosmossdk.io/math"

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

Expand Down
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ import (
"sync"
"time"

sdkmath "cosmossdk.io/math"
"github.com/BurntSushi/toml"
"github.com/somatic-labs/meteorite/broadcast"
"github.com/somatic-labs/meteorite/client"
"github.com/somatic-labs/meteorite/lib"
"github.com/somatic-labs/meteorite/types"

sdkmath "cosmossdk.io/math"
)

const (
Expand Down

0 comments on commit 149ab9d

Please sign in to comment.