From 4d54a83c8d749ac8fc2aaed8188eed6eaf7b1369 Mon Sep 17 00:00:00 2001 From: vignesh07 Date: Tue, 17 Feb 2026 19:59:56 -0800 Subject: [PATCH] chore(format): oxfmt after main rebase --- src/infra/exec-approvals-allowlist.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/infra/exec-approvals-allowlist.ts b/src/infra/exec-approvals-allowlist.ts index fb953d5a6d..81d4fbf0f6 100644 --- a/src/infra/exec-approvals-allowlist.ts +++ b/src/infra/exec-approvals-allowlist.ts @@ -14,6 +14,7 @@ import { import type { ExecAllowlistEntry } from "./exec-approvals.js"; import { isTrustedSafeBinPath } from "./exec-safe-bin-trust.js"; + function isPathLikeToken(value: string): boolean { const trimmed = value.trim(); if (!trimmed) {