Style - code format

Signed-off-by: seakider <seakider@gmail.com>
pull/6373/head
seakider 4 weeks ago
parent 046fca66bf
commit f379c6a876

@ -1711,7 +1711,7 @@ public class RedissonConnection extends AbstractRedisConnection {
@Override
public List<RedisClientInfo> getClientList() {
return read(null,StringCodec.INSTANCE, RedisCommands.CLIENT_LIST);
return read(null, StringCodec.INSTANCE, RedisCommands.CLIENT_LIST);
}
@Override

Loading…
Cancel
Save