Skip to content

Commit 7750a13

Browse files
committed
format
1 parent 4efc9aa commit 7750a13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ public Response decode(HttpResponse encodedResponse) {
108108
response.setValue(content);
109109
}
110110

111-
112111
if (response.getStatus() != null && response.getState() == null) {
113112
response.setState(errorCodes.toState(response.getStatus()));
114113
} else if (response.getStatus() == null && response.getState() != null) {

0 commit comments

Comments
 (0)