Skip to content

Commit

Permalink
chore: add back missing diff marker
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Nov 29, 2022
1 parent 6665e6d commit b3a5694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrations/v6-to-v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Chains must explicitly register the types of any light client modules it wishes

To register the tendermint client, modify the `app.go` file to include the tendermint `AppModuleBasic`:

```
```diff
import (
// ...
+ ibctm "github.com/cosmos/ibc-go/v6/modules/light-clients/07-tendermint"
Expand Down

0 comments on commit b3a5694

Please sign in to comment.