Skip to content

Commit 83eeac5

Browse files
[autofix.ci] apply automated fixes
1 parent a2d31a7 commit 83eeac5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/cw-multi-test/app-builder.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ The simplest way to create a chain using [`AppBuilder{:rust}`][AppBuilder] is by
4848
`default{:rust}` method. Since [`AppBuilder{:rust}`][AppBuilder] follows the principles of the
4949
builder pattern, you need to finalize the building process by calling the [`build{:rust}`][build]
5050
method with a chain initialization callback function. When no specific chain initialization is
51-
required you can just use the provided [`no_init`](app#no_init) callback. In the following code example,
52-
the chain is created with default settings as described in
51+
required you can just use the provided [`no_init`](app#no_init) callback. In the following code
52+
example, the chain is created with default settings as described in
5353
[Features summary](features#features-summary).
5454

5555
```rust showLineNumbers {3} copy /default/ /build/
@@ -108,8 +108,8 @@ assert_eq!(
108108

109109
If you need to test contracts on your own chain that uses a specific Bech32 prefixes, you can easily
110110
customize the default [`MockApi{:rust}`][MockApi] behavior using the
111-
[`AppBuilder::with_api{:rust}`][with_api] method. An example of using `osmo` prefix is shown in
112-
the following code snippet.
111+
[`AppBuilder::with_api{:rust}`][with_api] method. An example of using `osmo` prefix is shown in the
112+
following code snippet.
113113

114114
```rust showLineNumbers copy {1,6} /with_api/ /osmo/
115115
use cosmwasm_std::testing::MockApi;

0 commit comments

Comments
 (0)