Skip to content

Commit

Permalink
chore: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Nov 29, 2022
1 parent ef72b9f commit 8cf86ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/migrations/v6-to-v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ To register the solo machine client, modify the `app.go` file to include the sol

```diff
import (
...
+ solomachine "github.com/cosmos/ibc-go/v6/modules/light-clients/06-solomachine"
...
...
+ solomachine "github.com/cosmos/ibc-go/v6/modules/light-clients/06-solomachine"
...
)
...
ModuleBasics = module.NewBasicManager(
...
ibc.AppModuleBasic{},
+ solomachine.AppModuleBasic{},
...
...
ibc.AppModuleBasic{},
+ solomachine.AppModuleBasic{},
...
)
```

Expand Down

0 comments on commit 8cf86ea

Please sign in to comment.