DATAREDIS-875 - Polishing.

Reformat code.

Original pull request: #368.
This commit is contained in:
Mark Paluch
2018-10-25 14:52:58 +02:00
parent 713a12bce9
commit 910e34067b

View File

@@ -298,7 +298,7 @@ public class MappingRedisConverter implements RedisConverter, InitializingBean {
byte[] sourceBytes = source.getBucket().get(currentPath);
if(typeInformation.getType().isPrimitive() && sourceBytes == null) {
if (typeInformation.getType().isPrimitive() && sourceBytes == null) {
return null;
}