Skip to content

Commit f29a38a

Browse files
committed
Migrate to Prettier 3.3.3 and reformat
1 parent af76844 commit f29a38a

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

contracts/ibc-callbacks/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# IBC Callbacks Contract
22

3-
This is a simple contract to demonstrate [IBC Callbacks]. It sends an ICS-20
4-
transfer message to a remote chain and writes to storage which callbacks were
5-
called. This can then be queried using the `CallbackStats` query.
3+
This is a simple contract to demonstrate [IBC Callbacks]. It sends an ICS-20 transfer
4+
message to a remote chain and writes to storage which callbacks were called. This
5+
can then be queried using the `CallbackStats` query.
66

77
[ibc callbacks]:
88
https://github.com/cosmos/ibc-go/blob/main/docs/architecture/adr-008-app-caller-cbs.md

devtools/format_md.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ while getopts c option; do
1111
esac
1212
done
1313

14-
npx prettier@2.7.1 --$op "./**/*.md"
14+
npx prettier@3.3.3 --$op "./**/*.md"

devtools/format_yml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ while getopts c option; do
1111
esac
1212
done
1313

14-
npx prettier@2.7.1 --$op "./**/*.yml"
14+
npx prettier@3.3.3 --$op "./**/*.yml"

docs/PINNING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ every block.
7575
https://github.com/CosmWasm/wasmd/blob/v0.50.0/x/wasm/keeper/keeper.go#L1011-L1028
7676

7777
[^1]: https://github.com/CosmWasm/wasmd/pull/1799
78+
7879
[^2]: https://github.com/CosmWasm/cosmwasm/issues/2034

0 commit comments

Comments
 (0)