Tidied whitespace

This commit is contained in:
n1474335 2021-02-11 16:14:23 +00:00
parent 979652387d
commit 4d9b48b4d8

View File

@ -3420,7 +3420,6 @@ export function extractPListXML(bytes, offset) {
* @returns {Uint8Array} * @returns {Uint8Array}
*/ */
export function extractMacOSXKeychain(bytes, offset) { export function extractMacOSXKeychain(bytes, offset) {
const stream = new Stream(bytes.slice(offset)); const stream = new Stream(bytes.slice(offset));
// Move to size field. // Move to size field.