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

@@ -31,7 +31,10 @@ export function resolveBrewPathDirs(opts?: {
}
// Linuxbrew defaults.
dirs.push("/home/linuxbrew/.linuxbrew/bin", "/home/linuxbrew/.linuxbrew/sbin");
dirs.push(
"/home/linuxbrew/.linuxbrew/bin",
"/home/linuxbrew/.linuxbrew/sbin",
);
dirs.push(path.join(homeDir, ".linuxbrew", "bin"));
dirs.push(path.join(homeDir, ".linuxbrew", "sbin"));