Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Oct 29, 2021
1 parent 9350d51 commit 20950c1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ func New(

epochsModule := epochsmodule.NewAppModule(appCodec, app.EpochsKeeper)


pylonsModule := pylonsmodule.NewAppModule(appCodec, app.PylonsKeeper, app.BankKeeper)

/**** Module Options ****/
Expand Down
1 change: 0 additions & 1 deletion x/pylons/client/cli/easel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,3 @@ func mintNFT2(t *testing.T, simInfo *easelBasicSim) {
// b, _ := json.MarshalIndent(recResp.Recipe, " ", " ")
// fmt.Println(string(b))
}

1 change: 0 additions & 1 deletion x/pylons/keeper/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func (k Keeper) EngineVersion(ctx sdk.Context) (res uint64) {
return
}


// GetParams returns the total set of pylons parameters.
func (k Keeper) GetParams(ctx sdk.Context) (params types.Params) {
k.paramSpace.GetParamSet(ctx, &params)
Expand Down

0 comments on commit 20950c1

Please sign in to comment.