Skip to content

Commit fedc76a

Browse files
authored
test: fix clang-format error (#2691)
1 parent 36c2df5 commit fedc76a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chrome-launcher/chrome-finder.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ export function linux() {
107107
];
108108
executables.forEach((executable: string) => {
109109
try {
110-
const chromePath =
111-
execFileSync('which', [executable]).toString().split(newLineRegex)[0];
110+
const chromePath = execFileSync('which', [executable]).toString().split(newLineRegex)[0];
112111

113112
if (canAccess(chromePath)) {
114113
installations.push(chromePath);

0 commit comments

Comments
 (0)