style: format lint offenders

This commit is contained in:
Peter Steinberger
2026-01-07 00:04:44 +01:00
parent fb321afa1d
commit 79f813e18e
4 changed files with 11 additions and 12 deletions

View File

@@ -132,8 +132,7 @@ async function resolveBrewBinDir(
timeoutMs: number,
brewExe?: string,
): Promise<string | undefined> {
const exe =
brewExe ?? (hasBinary("brew") ? "brew" : resolveBrewExecutable());
const exe = brewExe ?? (hasBinary("brew") ? "brew" : resolveBrewExecutable());
if (!exe) return undefined;
const prefixResult = await runCommandWithTimeout([exe, "--prefix"], {