chore: format (#38)

* setup

* tidy

* format

* final format

---------

Co-authored-by: aljo242 <alex@shmeeload.xyz>
This commit is contained in:
Alex Johnson
2023-09-07 11:17:21 -04:00
committed by GitHub
co-authored by aljo242
parent 533bb03c36
commit 02b29290d1
54 changed files with 104 additions and 39 deletions
+2 -1
View File
@@ -6,8 +6,9 @@ import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/skip-mev/block-sdk/x/builder/types"
"github.com/spf13/cobra"
"github.com/skip-mev/block-sdk/x/builder/types"
)
// GetQueryCmd returns the cli query commands for the builder module.
+2 -1
View File
@@ -10,8 +10,9 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/tx"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/skip-mev/block-sdk/x/builder/types"
"github.com/spf13/cobra"
"github.com/skip-mev/block-sdk/x/builder/types"
)
// NewTxCmd returns a root CLI command handler for all x/builder transaction