Skip to content

Commit aad009e

Browse files
committed
improve the readability
1 parent cf43939 commit aad009e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/commands/geolocation.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,15 @@ export async function setGeoLocation(location) {
5151
* https://developer.android.com/reference/android/location/Location#setAccuracy(float),
5252
* https://developer.android.com/reference/android/location/Criteria
5353
*/
54-
export async function mobileSetGeolocation(latitude, longitude, altitude, satellites, speed, bearing, accuracy) {
54+
export async function mobileSetGeolocation(
55+
latitude,
56+
longitude,
57+
altitude,
58+
satellites,
59+
speed,
60+
bearing,
61+
accuracy
62+
) {
5563
await this.settingsApp.setGeoLocation({
5664
latitude,
5765
longitude,

0 commit comments

Comments
 (0)