Polishing for formatting

Original Pull Request: #4455
This commit is contained in:
Julia
2023-08-07 11:28:35 -04:00
parent a93854fb09
commit 7f64c020b4

View File

@@ -1140,7 +1140,7 @@ public class IdentifiableJsonSchemaProperty<T extends JsonSchemaObject> implemen
enc.append("bsonType", type.toBsonType().value()); // TODO: no samples with type -> is it bson type all the way?
}
if(StringUtils.hasText(algorithm)) {
if (StringUtils.hasText(algorithm)) {
enc.append("algorithm", algorithm);
}