Skip to content

Commit 7feb404

Browse files
committed
fixed formatting
1 parent 3fc5af2 commit 7feb404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/smoldot_read.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ async function main() {
88

99
// Download the raw chain spec from an RPC node.
1010
// Note: The dApps or the actual application should not connect to any external RPC node,
11-
// but should instead use chain specs provided directly.
12-
// 12346 is Bob's validator rpc port, because Alice does not have `bootNodes`.
11+
// but should instead use chain specs provided directly.
12+
// 12346 is Bob's validator rpc port, because Alice does not have `bootNodes`.
1313
const ws = new WsProvider('ws://localhost:12346');
1414
const api = await ApiPromise.create({ provider: ws });
1515
await api.isReady;

0 commit comments

Comments
 (0)