Skip to content

Commit 226e931

Browse files
committed
Fix formatting
1 parent 73bb684 commit 226e931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/remote/codec/AbstractHttpCommandCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public AbstractHttpCommandCodec() {
174174
GET_LOCATION, get(sessionId + "/location")); // Not w3c; used in RemoteLocationContext
175175
defineCommand(
176176
SET_LOCATION, post(sessionId + "/location")); // Not w3c; used in RemoteLocationContext
177-
177+
178178
// Virtual Authenticator API
179179
String webauthn = sessionId + "/webauthn/authenticator";
180180
String webauthnId = webauthn + "/:authenticatorId";

0 commit comments

Comments
 (0)