Skip to content

Commit f0c35ed

Browse files
committed
formating
1 parent 779edca commit f0c35ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/io/lettuce/core/cluster/RedisClusterStreamingCredentialsProviderlIntegrationTests.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ void nodeSelectionApiShouldWork() {
140140
@Test
141141
void shouldPerformNodeConnectionReauth() {
142142
ClusterClientOptions origClientOptions = redisClient.getClusterClientOptions();
143-
origClientOptions.mutate()
144-
.reauthenticateBehavior(ClientOptions.ReauthenticateBehavior.ON_NEW_CREDENTIALS).build();
143+
origClientOptions.mutate().reauthenticateBehavior(ClientOptions.ReauthenticateBehavior.ON_NEW_CREDENTIALS).build();
145144
redisClient.setOptions(origClientOptions.mutate()
146145
.reauthenticateBehavior(ClientOptions.ReauthenticateBehavior.ON_NEW_CREDENTIALS).build());
147146

0 commit comments

Comments
 (0)