Polishing for formatting

Original Pull Request: #4455
This commit is contained in:
Julia
2023-08-07 11:28:35 -04:00
parent aca91ffec1
commit 687a2ea68c

View File

@@ -1172,7 +1172,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);
}