chore(format): oxfmt after main rebase

This commit is contained in:
vignesh07
2026-02-17 19:59:56 -08:00
committed by Vignesh Natarajan
parent ecacb5092c
commit 4d54a83c8d

View File

@@ -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) {