Skip to content

Commit dea74e6

Browse files
committed
add missing }
1 parent b95e13c commit dea74e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/crypto-v3.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,14 @@ export default class CryptoV3 extends CryptoBase {
161161
rest
162162
)
163163

164-
} catch(err) {
164+
} catch (err) {
165165
if (err instanceof MissingPublicKeyError) {
166-
// rethrow to let the caller decide how to handle missing signing key
166+
// rethrow to let the caller decide how to handle missing signing key
167167
throw err
168168
}
169169
return null
170170
}
171+
}
171172

172173
/**
173174
* Returns true if a pair of public & secret keys are associated with each other

0 commit comments

Comments
 (0)