Skip to content

Commit 3bee728

Browse files
committed
Fix formatting
1 parent 2b1a3e7 commit 3bee728

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MIGRATING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ major releases of `cosmwasm`. Note that you can also view the
107107
+const item: Item<Uint128> = Item::new("item");
108108
```
109109

110-
- Replace all uses of `IbcReceiveResponse::set_ack` with calls to `IbcReceiveResponse::new`:
110+
- Replace all uses of `IbcReceiveResponse::set_ack` with calls to
111+
`IbcReceiveResponse::new`:
111112

112113
```diff
113114
- Ok(IbcReceiveResponse::new().set_ack(b"{}"))

0 commit comments

Comments
 (0)