Skip to content

Commit 24b0119

Browse files
committed
Polishing for formatting
Original Pull Request: #4455
1 parent 8a97ea5 commit 24b0119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/schema/IdentifiableJsonSchemaProperty.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ public Document toDocument() {
11401140
enc.append("bsonType", type.toBsonType().value()); // TODO: no samples with type -> is it bson type all the way?
11411141
}
11421142

1143-
if(StringUtils.hasText(algorithm)) {
1143+
if (StringUtils.hasText(algorithm)) {
11441144
enc.append("algorithm", algorithm);
11451145
}
11461146

0 commit comments

Comments
 (0)