Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f64c02

Browse files
committedAug 8, 2023
Polishing for formatting
Original Pull Request: #4455
1 parent a93854f commit 7f64c02

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
@@ -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)
Please sign in to comment.