Skip to content

Commit 687a2ea

Browse files
committed
Polishing for formatting
Original Pull Request: #4455
1 parent aca91ff commit 687a2ea

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ public Document toDocument() {
11721172
enc.append("bsonType", type.toBsonType().value()); // TODO: no samples with type -> is it bson type all the way?
11731173
}
11741174

1175-
if(StringUtils.hasText(algorithm)) {
1175+
if (StringUtils.hasText(algorithm)) {
11761176
enc.append("algorithm", algorithm);
11771177
}
11781178

0 commit comments

Comments
 (0)