mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 09:31:25 +00:00
style: format lint offenders
This commit is contained in:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user