Skip to content

Commit 91a01dc

Browse files
committed
Fixing formatting.
1 parent a56f32d commit 91a01dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/src/org/openqa/selenium/devtools/DevTools.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ public <X> X send(Command<X> command) {
9090
}
9191

9292
public <X> X send(Command<X> command, Duration timeout) {
93-
Require.nonNull("Command to send", command);
94-
return connection.sendAndWait(cdpSession, command, timeout);
93+
Require.nonNull("Command to send", command);
94+
return connection.sendAndWait(cdpSession, command, timeout);
9595
}
9696

9797
/**

0 commit comments

Comments
 (0)