From 687a2ea68c44be433fa3c5c3209ffb2f1d79dfeb Mon Sep 17 00:00:00 2001 From: Julia <5765049+sxhinzvc@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:28:35 -0400 Subject: [PATCH] Polishing for formatting Original Pull Request: #4455 --- .../mongodb/core/schema/IdentifiableJsonSchemaProperty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/schema/IdentifiableJsonSchemaProperty.java b/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/schema/IdentifiableJsonSchemaProperty.java index ffb5d626c..48b232f5f 100644 --- a/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/schema/IdentifiableJsonSchemaProperty.java +++ b/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/schema/IdentifiableJsonSchemaProperty.java @@ -1172,7 +1172,7 @@ public class IdentifiableJsonSchemaProperty 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); }