Skip to content

Commit b7cddc5

Browse files
Updating formatting
1 parent f2f5ec1 commit b7cddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dfx-sns-demo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sleep 1
7373
bin/dfx-neuron-prolong --network "$DFX_NETWORK"
7474
sleep 1
7575

76-
curl 'http://localhost:8080/_/topology' > topology.json
76+
curl 'http://localhost:8080/_/topology' >topology.json
7777
SNS_SUBNET_ID="$(jq -r '.subnet_configs | to_entries[] | select(.value.subnet_kind == "SNS") | .key' topology.json)"
7878
NEURON_ARGS=(--proposer "$(dfx-neuron-id --network "$DFX_NETWORK" --identity snsdemo8)")
7979
PEM_ARGS=("--secret-key-pem" "$(dfx-identity-pem --identity snsdemo8)")

0 commit comments

Comments
 (0)