Skip to content

Commit 93b8dc2

Browse files
committed
Fix formatting
1 parent a069c68 commit 93b8dc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/test/org/openqa/selenium/bidi/permissions/PermissionsTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class PermissionsTest extends JupiterTestBase {
4444
"() => {return navigator.permissions.query({ name: 'geolocation' })"
4545
+ ".then(val => val.state, err => err.message)}";
4646
private static final String GET_ORIGIN = "() => {return window.location.origin;}";
47-
47+
4848
@BeforeEach
4949
public void setUp() {
5050
permission = new Permission(driver);
@@ -133,10 +133,10 @@ public void canSetPermissionForAUserContext() {
133133
originalTab, GET_ORIGIN, true, Optional.empty(), Optional.empty(), Optional.empty());
134134

135135
String originValue = (String) ((EvaluateResultSuccess) origin).getResult().getValue().get();
136-
136+
137137
permission.setPermission(
138138
Map.of("name", "geolocation"), PermissionState.GRANTED, originValue, userContext);
139-
139+
140140
EvaluateResult newTabUpdatedPermission =
141141
script.callFunctionInBrowsingContext(
142142
newTab,

0 commit comments

Comments
 (0)