Skip to content

Commit 3e420f5

Browse files
committed
Fix formatting
1 parent 81a7423 commit 3e420f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

javascript/selenium-webdriver/bidi/emulation/emulation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const GeolocationPositionError = Object.freeze({
2626
* via the BiDi protocol.
2727
*/
2828
class Emulation {
29-
3029
constructor(driver) {
3130
this._driver = driver
3231
}

javascript/selenium-webdriver/bidi/emulation/geolocationCoordinates.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
/**
1919
* Represents geolocation coordinates with optional accuracy, altitude, heading, and speed.
20-
*
20+
*
2121
* Example usage:
2222
* const coords = new GeolocationCoordinates(37.7749, -122.4194)
2323
* .accuracy(10)
2424
* .altitude(30)
2525
* .heading(90)
2626
* .speed(5);
27-
*
27+
*
2828
* Properties:
2929
* - latitude: number (-90.0 to 90.0)
3030
* - longitude: number (-180.0 to 180.0)

0 commit comments

Comments
 (0)