Skip to content

Commit 88843cf

Browse files
committed
applying format.sh
1 parent a8fcdb3 commit 88843cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/src/org/openqa/selenium/chromium/AddHasCdp.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ public HasCdp getImplementation(Capabilities capabilities, ExecuteMethod execute
5353

5454
Map<String, Object> toReturn =
5555
(Map<String, Object>)
56-
executeMethod.execute(
57-
EXECUTE_CDP, Map.of("cmd", commandName, "params", parameters));
56+
executeMethod.execute(EXECUTE_CDP, Map.of("cmd", commandName, "params", parameters));
5857

5958
return Map.copyOf(toReturn);
6059
};

0 commit comments

Comments
 (0)