Skip to content

Commit 3f99e0e

Browse files
committed
fix ci lint
1 parent f0dcf3a commit 3f99e0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,8 @@ in our sample contract.
396396

397397
You may also want to ensure the compiled contract interacts with the environment
398398
properly. To do so, you will want to create a canonical release build of the
399-
`<contract>.wasm` file and then write tests with the same VM tooling we will
400-
use in production. This is a bit more complicated but we added some tools to
401-
help in
399+
`<contract>.wasm` file and then write tests with the same VM tooling we will use
400+
in production. This is a bit more complicated but we added some tools to help in
402401
[cosmwasm-vm](https://github.com/CosmWasm/cosmwasm/tree/main/packages/vm) which
403402
can be added as a `dev-dependency`.
404403

0 commit comments

Comments
 (0)