Fix indentation (code formatting...)
This commit is contained in:
@@ -22,7 +22,6 @@ import redis.clients.util.SafeEncoder;
|
|||||||
public class BinaryJedis implements BasicCommands, BinaryJedisCommands,
|
public class BinaryJedis implements BasicCommands, BinaryJedisCommands,
|
||||||
MultiKeyBinaryCommands, AdvancedBinaryJedisCommands,
|
MultiKeyBinaryCommands, AdvancedBinaryJedisCommands,
|
||||||
BinaryScriptingCommands, Closeable {
|
BinaryScriptingCommands, Closeable {
|
||||||
|
|
||||||
protected Client client = null;
|
protected Client client = null;
|
||||||
protected Transaction transaction = null;
|
protected Transaction transaction = null;
|
||||||
protected Pipeline pipeline = null;
|
protected Pipeline pipeline = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user