Reformat all files in the project according to java conventions.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
package redis.clients.jedis;
|
||||
|
||||
public enum BitOP {
|
||||
AND,
|
||||
OR,
|
||||
XOR,
|
||||
NOT;
|
||||
AND, OR, XOR, NOT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user