Skip to content

Commit 01ac654

Browse files
refactor: remove unnecessary blank lines in local binary setup functions
1 parent dab0925 commit 01ac654

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/lib/local.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export async function ensureLocalBinarySetup(
8686
);
8787
return;
8888
}
89-
89+
9090
const localBinary = new Local();
9191
await killExistingBrowserStackLocalProcesses();
9292

src/tools/accessiblity-utils/scanner.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export class AccessibilityScanner {
4141
);
4242
}
4343

44-
4544
if (hasLocal) {
4645
await ensureLocalBinarySetup(localIdentifier);
4746
} else {

0 commit comments

Comments
 (0)