Skip to content

Commit 549706a

Browse files
committed
remove extra new line
1 parent 2a847cf commit 549706a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/commands/app-management.js

-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ export async function mobileBackgroundApp (seconds = -1) {
358358
await this.background(seconds);
359359
}
360360

361-
362361
/**
363362
* @this {AndroidDriver}
364363
* @param {import('../driver').AndroidDriverOpts?} [opts=null]

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"@types/ws": "^8.5.4",
8686
"@xmldom/xmldom": "^0.x",
8787
"android-apidemos": "^4.1.0",
88+
"appium-uiautomator2-driver": "^4.1.2",
8889
"chai": "^5.1.1",
8990
"chai-as-promised": "^8.0.0",
9091
"conventional-changelog-conventionalcommits": "^8.0.0",

0 commit comments

Comments
 (0)