Skip to content

Commit 7c4e37b

Browse files
committed
Wrap long permission gate import to satisfy the formatter
1 parent 27b24d0 commit 7c4e37b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/permission/gate.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ import {
2020
safeWorktreeCommand,
2121
} from "./auto-shell-policy.js";
2222
import { commandReferencesSensitivePath } from "../plugins/secret-guard-plugin.js";
23-
import { looksLikePath, pathEscapeBlockReason } from "../plugins/path-escape-plugin.js";
23+
import {
24+
looksLikePath,
25+
pathEscapeBlockReason,
26+
} from "../plugins/path-escape-plugin.js";
2427
import { runShellAuthzBlockReason } from "../shell/run-shell-authz.js";
2528
import { matchesPattern, escapeGlobLiteral } from "./matcher.js";
2629
import {

0 commit comments

Comments
 (0)