Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreithecker committed May 31, 2024
1 parent 09ef37b commit c43f66d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/upgrades/v1_5/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package v1_5
import (
"context"
"fmt"

"github.com/KYVENetwork/chain/app/upgrades/v1_5/v1_4_bundles_types"
"github.com/KYVENetwork/chain/app/upgrades/v1_5/v1_4_pool_types"
pooltypes "github.com/KYVENetwork/chain/x/pool/types"
Expand Down
3 changes: 2 additions & 1 deletion x/bundles/keeper/logic_round_robin_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package keeper_test

import (
"cosmossdk.io/math"
"sort"

"cosmossdk.io/math"

i "github.com/KYVENetwork/chain/testutil/integration"
pooltypes "github.com/KYVENetwork/chain/x/pool/types"
stakertypes "github.com/KYVENetwork/chain/x/stakers/types"
Expand Down
3 changes: 2 additions & 1 deletion x/delegation/keeper/keeper_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package keeper_test

import (
"cosmossdk.io/math"
"fmt"
"testing"

"cosmossdk.io/math"

mintTypes "github.com/cosmos/cosmos-sdk/x/mint/types"

sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down
3 changes: 2 additions & 1 deletion x/pool/types/msgs.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package types

import (
"cosmossdk.io/math"
"encoding/json"

"cosmossdk.io/math"

"cosmossdk.io/errors"

"github.com/KYVENetwork/chain/util"
Expand Down
3 changes: 2 additions & 1 deletion x/stakers/keeper/exported_functions_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package keeper_test

import (
"cosmossdk.io/math"
"strconv"

"cosmossdk.io/math"

"github.com/cosmos/cosmos-sdk/x/gov/keeper"

pooltypes "github.com/KYVENetwork/chain/x/pool/types"
Expand Down

0 comments on commit c43f66d

Please sign in to comment.