Skip to content

Commit f5ba2f2

Browse files
committed
chore: run fmt
1 parent bbc750c commit f5ba2f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

1-Identities-and-Names/identity-update-add-key.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// See https://dashplatform.readme.io/docs/tutorial-update-an-identity
22
const Dash = require('dash');
3-
const { IdentityPublicKey, IdentityPublicKeyWithWitness } = require('@dashevo/wasm-dpp');
3+
const {
4+
IdentityPublicKey,
5+
IdentityPublicKeyWithWitness,
6+
} = require('@dashevo/wasm-dpp');
47
const dotenv = require('dotenv');
58
dotenv.config();
69

0 commit comments

Comments
 (0)