Skip to content

Commit ef44efb

Browse files
committed
Apply prettier formatting
1 parent 7715d42 commit ef44efb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/permission/classify-security.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -749,9 +749,7 @@ describe("CL-6703 — quoted redirect targets still deny file-mutation", () => {
749749
// touches the `\s-c` junction later in the string; a naive quote-pairing
750750
// scanner (ignoring the backslash) would consume that junction as part
751751
// of a fake quoted span and hide the -c flag entirely.
752-
expect(autoShellRuleForCall(shellCall('python3 \\" -c print(1)"'))?.name).toBe(
753-
"file-mutation",
754-
);
752+
expect(autoShellRuleForCall(shellCall('python3 \\" -c print(1)"'))?.name).toBe("file-mutation");
755753
});
756754
});
757755

0 commit comments

Comments
 (0)