From ca64d5587f5b97125d03a199f2ce1e8e987a8b8e Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Thu, 28 May 2026 20:37:28 +0000 Subject: [PATCH] chore: revert incorrect formatting change in spanner --- .../google/cloud/spanner/connection/ConnectionProperties.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java b/java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java index 1ef1f3c1f687..1236fcb4431d 100644 --- a/java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java +++ b/java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java @@ -271,7 +271,8 @@ public class ConnectionProperties { static final ConnectionProperty TYPE = create( TYPE_PROPERTY_NAME, - "Specifies the type of Spanner instance to connect to (cloud or omni). Setting it to omni is mandatory when connecting to a Spanner Omni instance.", + "Specifies the type of Spanner instance to connect to (cloud or omni). Setting it to omni" + + " is mandatory when connecting to a Spanner Omni instance.", DEFAULT_TYPE, new SpannerOptions.InstanceType[] { SpannerOptions.InstanceType.CLOUD, SpannerOptions.InstanceType.OMNI,