From 7f64c020b46a6ea05065da8f28f726aaa20bed6d 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 1d8df3f6b..9a4466916 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 @@ -1140,7 +1140,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); }