Skip to content

Commit

Permalink
chore: run clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Jul 7, 2020
1 parent 08406b2 commit 410f91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome-finder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Priorities = Array<{regex: RegExp, weight: number}>;
/**
* check for MacOS default app paths first to avoid waiting for the slow lsregister command
*/
export function darwinFast(): string | undefined {
export function darwinFast(): string|undefined {
const priorityOptions: Array<string|undefined> = [
process.env.CHROME_PATH,
process.env.LIGHTHOUSE_CHROMIUM_PATH,
Expand Down

0 comments on commit 410f91d

Please sign in to comment.