Skip to content

Commit 89d05ed

Browse files
DATAREDIS-551 - Polishing.
Fix indentation. Original Pull Request: #220
1 parent a47bd23 commit 89d05ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/redis/core/RedisQueryEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public Collection<?> execute(final RedisOperationChain criteria, Comparator<?> s
157157
@Override
158158
public long count(final RedisOperationChain criteria, final Serializable keyspace) {
159159

160-
if(criteria == null) {
160+
if (criteria == null) {
161161
return this.getAdapter().count(keyspace);
162162
}
163163

0 commit comments

Comments
 (0)