Skip to content

Commit 00646ca

Browse files
format
1 parent f85ffce commit 00646ca

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/webdriveragent.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,10 @@ export class WebDriverAgent {
667667
): Promise<void> {
668668
const {env} = opts;
669669

670-
await (this.device.devicectl as Devicectl).launchApp(this.bundleIdForXctest, {env, terminateExisting: true});
670+
await (this.device.devicectl as Devicectl).launchApp(this.bundleIdForXctest, {
671+
env,
672+
terminateExisting: true,
673+
});
671674
}
672675

673676
/**

0 commit comments

Comments
 (0)