mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
Tidied whitespace
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user