Skip to content

Commit 1fa739e

Browse files
committed
formatting
1 parent 6531424 commit 1fa739e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/lettuce/core/AuthenticationIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ void streamingCredentialProvider(RedisClient client) {
122122
client.removeListener(listener);
123123
}
124124

125-
126125
@Test
127126
@Inject
128127
void tokenBasedCredentialProvider(RedisClient client) {
@@ -181,4 +180,5 @@ private SimpleToken testToken(String username, char[] password) {
181180
return new SimpleToken(String.valueOf(password), Instant.now().plusMillis(500).toEpochMilli(),
182181
Instant.now().toEpochMilli(), Collections.singletonMap("oid", username));
183182
}
183+
184184
}

0 commit comments

Comments
 (0)