Skip to content

Commit 6a2dd9a

Browse files
committed
lint
1 parent 64bbe62 commit 6a2dd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/decrypt-node/src/verify_stream.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export class VerifyStream extends PortableTransformWithType {
175175
if (chunk.length) {
176176
state.signatureInfo = Buffer.concat([state.signatureInfo, chunk])
177177
}
178-
178+
179179
callback()
180180
}
181181
}
@@ -188,7 +188,7 @@ export class VerifyStream extends PortableTransformWithType {
188188
* If the verify stream continues processing and sends the next auth tag,
189189
* before the current auth tag has been completed.
190190
* This is basically a back pressure issue.
191-
* Since the frame size, and consequently the high water mark,
191+
* Since the frame size, and consequently the high water mark,
192192
* can not be know when the stream is created,
193193
* the internal stream state would need to be modified.
194194
* I assert that a simple callback is a simpler way to handle this.

0 commit comments

Comments
 (0)