DATAREDIS-551 - Polishing.

Fix indentation.

Original Pull Request: #220
This commit is contained in:
Christoph Strobl
2016-09-13 10:04:02 +02:00
parent 5aef8c3b0b
commit 5d09272876
2 changed files with 6 additions and 6 deletions

View File

@@ -157,7 +157,7 @@ class RedisQueryEngine extends QueryEngine<RedisKeyValueAdapter, RedisOperationC
@Override
public long count(final RedisOperationChain criteria, final Serializable keyspace) {
if(criteria == null) {
if (criteria == null) {
return this.getAdapter().count(keyspace);
}