Skip to content

Commit

Permalink
Update lib/verificationMethods.js Imports with better spacing.
Browse files Browse the repository at this point in the history
Co-authored-by: David I. Lehn <dlehn@digitalbazaar.com>
  • Loading branch information
aljones15 and davidlehn committed Mar 24, 2023
1 parent c9b2cae commit 3c84f1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/verificationMethods.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
* Copyright (c) 2021 Digital Bazaar, Inc. All rights reserved.
*/

import {Ed25519VerificationKey2018} from
'@digitalbazaar/ed25519-verification-key-2018';
import {
Ed25519VerificationKey2018
} from '@digitalbazaar/ed25519-verification-key-2018';
import {
Ed25519VerificationKey2020
} from '@digitalbazaar/ed25519-verification-key-2020';
Expand Down

0 comments on commit 3c84f1d

Please sign in to comment.