Bug 1863694 - Part 1. Run ./mach lint -l file-whitespace --fix. r=geckoview-reviewers,sylvestre,calu

Differential Revision: https://phabricator.services.mozilla.com/D193044
This commit is contained in:
Makoto Kato 2023-11-09 05:44:35 +00:00
Родитель acdf382ad2
Коммит cafeef4d11
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -218,7 +218,7 @@ class ExtensionActionTest : BaseSessionTest() {
var json = JSONObject(
"""{
"action": "setPopupCheckRestrictions",
"popup": "$popupUrl"
"popup": "$popupUrl"
}""",
)

Просмотреть файл

@ -92,8 +92,8 @@ class GeolocationTest : BaseSessionTest() {
new Promise((resolve, reject) =>
window.navigator.geolocation.getCurrentPosition(
position => resolve(
{latitude: position.coords.latitude,
longitude: position.coords.longitude,
{latitude: position.coords.latitude,
longitude: position.coords.longitude,
accuracy: position.coords.accuracy}),
error => reject(error.code),
{maximumAge: $maximumAge,

Просмотреть файл

@ -640,7 +640,7 @@ class PromptDelegateTest : BaseSessionTest(
})
mainSession.waitForJS(
"""
"""
navigator.credentials.get({
identity: {
providers: [{