Skip to content

Commit c7e356f

Browse files
committed
Fixed linting error
1 parent f7e188a commit c7e356f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/processors/obfProcessor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class ObfProcessor extends BaseProcessor {
469469
const bytes = readBinaryFromInput(input);
470470
return bytes.length >= 2 && bytes[0] === 0x50 && bytes[1] === 0x4b;
471471
}
472-
472+
473473
// Check if input is a buffer or string that parses as OBF JSON; throw if neither JSON nor ZIP
474474
if (!isLikelyZip(filePathOrBuffer)) {
475475
const asJson = tryParseObfJson(filePathOrBuffer);

0 commit comments

Comments
 (0)