Skip to content

Commit

Permalink
chore: import formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Tripathi <[email protected]>
  • Loading branch information
deepanshutr committed Sep 2, 2024
1 parent c6a5f77 commit 3a2833b
Show file tree
Hide file tree
Showing 32 changed files with 31 additions and 63 deletions.
3 changes: 1 addition & 2 deletions helpers/base/validatable_parameter.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package base

import (
"github.com/AssetMantle/modules/helpers"
"github.com/AssetMantle/schema/data"
"github.com/AssetMantle/schema/parameters"

"github.com/AssetMantle/modules/helpers"
)

type validatableParameter struct {
Expand Down
1 change: 0 additions & 1 deletion helpers/base/wasm_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package base

import (
"encoding/json"

"github.com/AssetMantle/modules/helpers"
)

Expand Down
3 changes: 1 addition & 2 deletions x/assets/transactions/burn/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package burn

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/assets/transactions/define/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
package define

import (
"github.com/AssetMantle/modules/helpers"
"github.com/AssetMantle/schema/ids"
baseIDs "github.com/AssetMantle/schema/ids/base"
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/assets/transactions/deputize/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package deputize

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/assets/transactions/mint/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
package mint

import (
"github.com/AssetMantle/modules/helpers"
"github.com/AssetMantle/schema/ids"
baseIDs "github.com/AssetMantle/schema/ids/base"
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/assets/transactions/mutate/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package mutate

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/assets/transactions/renumerate/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package renumerate

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/assets/transactions/revoke/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package revoke

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/assets/transactions/send/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package send

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/assets/transactions/unwrap/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package unwrap

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/assets/transactions/wrap/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package wrap

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/identities/transactions/define/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
package define

import (
"github.com/AssetMantle/modules/helpers"
"github.com/AssetMantle/schema/ids"
baseIDs "github.com/AssetMantle/schema/ids/base"
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/identities/transactions/deputize/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package deputize

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/identities/transactions/issue/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
package issue

import (
"github.com/AssetMantle/modules/helpers"
"github.com/AssetMantle/schema/ids"
baseIDs "github.com/AssetMantle/schema/ids/base"
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/identities/transactions/name/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
package name

import (
"github.com/AssetMantle/modules/helpers"
"github.com/AssetMantle/schema/ids"
baseIDs "github.com/AssetMantle/schema/ids/base"
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/identities/transactions/provision/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package provision

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/identities/transactions/quash/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package quash

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/identities/transactions/revoke/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package revoke

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package unprovision

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/identities/transactions/update/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package update

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/metas/transactions/reveal/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package reveal

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/orders/transactions/cancel/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package cancel

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/orders/transactions/define/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
package define

import (
"github.com/AssetMantle/modules/helpers"
"github.com/AssetMantle/schema/ids"
baseIDs "github.com/AssetMantle/schema/ids/base"
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/orders/transactions/deputize/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package deputize

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/orders/transactions/get/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package get

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/orders/transactions/immediate/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package immediate

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/orders/transactions/make/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
package make

import (
"github.com/AssetMantle/modules/helpers"
"github.com/AssetMantle/schema/ids"
baseIDs "github.com/AssetMantle/schema/ids/base"
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/orders/transactions/modify/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package modify

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/orders/transactions/put/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
package put

import (
"github.com/AssetMantle/modules/helpers"
"github.com/AssetMantle/schema/ids"
baseIDs "github.com/AssetMantle/schema/ids/base"
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/orders/transactions/revoke/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package revoke

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down
3 changes: 1 addition & 2 deletions x/orders/transactions/take/transaction_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
package take

import (
sdkTypes "github.com/cosmos/cosmos-sdk/types"

"github.com/AssetMantle/modules/helpers"
sdkTypes "github.com/cosmos/cosmos-sdk/types"
)

var _ helpers.TransactionResponse = (*TransactionResponse)(nil)
Expand Down

0 comments on commit 3a2833b

Please sign in to comment.