Skip to content

Commit 389ce25

Browse files
committed
Wrap long permission gate import to satisfy the formatter
1 parent 474a379 commit 389ce25

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)