Skip to content

Commit

Permalink
Bug 1863694 - Part 1. Run ./mach lint -l file-whitespace --fix. r=gec…
Browse files Browse the repository at this point in the history
…koview-reviewers,sylvestre,calu

Differential Revision: https://phabricator.services.mozilla.com/D193044
  • Loading branch information
makotokato committed Nov 9, 2023
1 parent acdf382 commit cafeef4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class ExtensionActionTest : BaseSessionTest() {
var json = JSONObject(
"""{
"action": "setPopupCheckRestrictions",
"popup": "$popupUrl"
"popup": "$popupUrl"
}""",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ class PromptDelegateTest : BaseSessionTest(
})
mainSession.waitForJS(
"""
"""
navigator.credentials.get({
identity: {
providers: [{
Expand Down

0 comments on commit cafeef4

Please sign in to comment.