Skip to content

Commit

Permalink
fix: linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Feb 14, 2024
1 parent f891ac8 commit 4396b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import (

servicemodulekeeper "github.com/pokt-network/poktroll/x/service/keeper"
suppliermodulekeeper "github.com/pokt-network/poktroll/x/supplier/keeper"

// this line is used by starport scaffolding # stargate/app/moduleImport

"github.com/pokt-network/poktroll/docs"
Expand Down
2 changes: 1 addition & 1 deletion x/supplier/module/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/pokt-network/poktroll/testutil/nullify"
"github.com/pokt-network/poktroll/testutil/sample"
sharedtypes "github.com/pokt-network/poktroll/x/shared/types"
"github.com/pokt-network/poktroll/x/supplier/module"
supplier "github.com/pokt-network/poktroll/x/supplier/module"
"github.com/pokt-network/poktroll/x/supplier/types"
)

Expand Down

0 comments on commit 4396b69

Please sign in to comment.