1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

lint spec dir

This commit is contained in:
Kyle Spearrin
2018-04-18 13:43:42 -04:00
parent 2f76550d3e
commit e8824c2c8b
5 changed files with 8 additions and 8 deletions

View File

@@ -79,6 +79,6 @@ export class NodeCryptoFunctionService implements CryptoFunctionService {
}
private toNodeBuffer(value: ArrayBuffer): Buffer {
return Buffer.from(new Uint8Array(value) as any);;
return Buffer.from(new Uint8Array(value) as any);
}
}