Skip to content

Commit ef69ccd

Browse files
committed
linit
1 parent 5f97432 commit ef69ccd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/encrypt-browser/src/encrypt.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export async function encrypt (
6262
plaintext: Uint8Array,
6363
{ suiteId, encryptionContext, frameLength = FRAME_LENGTH }: EncryptInput = {}
6464
): Promise<EncryptResult> {
65-
6665
/* Precondition: The frameLength must be less than the maximum frame size for browser encryption. */
6766
needs(frameLength > 0 && Maximum.FRAME_SIZE >= frameLength, 'frameLength out of bounds')
6867

0 commit comments

Comments
 (0)