Skip to content

Commit 42472ff

Browse files
committed
re-apply linting
1 parent 1ff4664 commit 42472ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/server/src/org/openqa/grid/internal/TestSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public String toString() {
195195
private HttpClient getClient() {
196196
Registry reg = slot.getProxy().getRegistry();
197197
long browserTimeout = TimeUnit.SECONDS.toMillis(reg.getConfiguration().browserTimeout);
198-
if (browserTimeout > 0){
198+
if (browserTimeout > 0) {
199199
final long selenium_server_cleanup_cycle = browserTimeout / 10;
200200
browserTimeout += (selenium_server_cleanup_cycle + MAX_NETWORK_LATENCY);
201201
browserTimeout *=2; // Lets not let this happen too often

0 commit comments

Comments
 (0)