Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Nov 8, 2023
1 parent 2b1a3e7 commit 3bee728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ major releases of `cosmwasm`. Note that you can also view the
+const item: Item<Uint128> = Item::new("item");
```

- Replace all uses of `IbcReceiveResponse::set_ack` with calls to `IbcReceiveResponse::new`:
- Replace all uses of `IbcReceiveResponse::set_ack` with calls to
`IbcReceiveResponse::new`:

```diff
- Ok(IbcReceiveResponse::new().set_ack(b"{}"))
Expand Down

0 comments on commit 3bee728

Please sign in to comment.