Skip to content

Commit 9872045

Browse files
committed
lint
1 parent 112f081 commit 9872045

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/io/getstream/chat/java/services/framework/DefaultClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ public void setConnectionPool(int maxIdleConnections, @NotNull Duration keepAliv
209209
extendedProperties.setProperty(
210210
CONNECTION_POOL_MAX_IDLE_CONNECTIONS_PROP_NAME, Integer.toString(maxIdleConnections));
211211
extendedProperties.setProperty(
212-
CONNECTION_POOL_KEEP_ALIVE_DURATION_PROP_NAME,
213-
Long.toString(keepAliveDuration.toMillis()));
212+
CONNECTION_POOL_KEEP_ALIVE_DURATION_PROP_NAME, Long.toString(keepAliveDuration.toMillis()));
214213
this.retrofit = buildRetrofitClient(buildOkHttpClient());
215214
this.serviceFactory = serviceFactoryBuilder.apply(retrofit);
216215
}

0 commit comments

Comments
 (0)