Skip to content

Commit 8850145

Browse files
committed
fix format issues
1 parent aff8c3d commit 8850145

File tree

1 file changed

+2
-2
lines changed
  • bindings/wasm/identity_wasm/examples/src

1 file changed

+2
-2
lines changed

bindings/wasm/identity_wasm/examples/src/util.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ import { IotaClient } from "@iota/iota-sdk/client";
1616
import { getFaucetHost, requestIotaFromFaucetV0 } from "@iota/iota-sdk/faucet";
1717

1818
export const {
19-
IOTA_IDENTITY_PKG_ID = '',
19+
IOTA_IDENTITY_PKG_ID = "",
2020
NETWORK_NAME_FAUCET = "localnet",
2121
NETWORK_URL = "http://127.0.0.1:9000",
2222
} = process.env;
2323
if (!IOTA_IDENTITY_PKG_ID) {
24-
throw new Error('IOTA_IDENTITY_PKG_ID env variable must be set to run the examples');
24+
throw new Error("IOTA_IDENTITY_PKG_ID env variable must be set to run the examples");
2525
}
2626
export const TEST_GAS_BUDGET = BigInt(50_000_000);
2727

0 commit comments

Comments
 (0)