Skip to content

Commit 60112bb

Browse files
authored
chore: revert formatting change in spanner (#13295)
In #13236, a formatting change caused a diff between what is generated by librarian and what actually exists. This blocks #13284, because there is a diff. This PR fixes the formatting issue. Then once we merge that presubmit check, we can make sure these changes don't occur ad hoc.
1 parent 2e0b752 commit 60112bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ public class ConnectionProperties {
271271
static final ConnectionProperty<SpannerOptions.InstanceType> TYPE =
272272
create(
273273
TYPE_PROPERTY_NAME,
274-
"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.",
274+
"Specifies the type of Spanner instance to connect to (cloud or omni). Setting it to omni"
275+
+ " is mandatory when connecting to a Spanner Omni instance.",
275276
DEFAULT_TYPE,
276277
new SpannerOptions.InstanceType[] {
277278
SpannerOptions.InstanceType.CLOUD, SpannerOptions.InstanceType.OMNI,

0 commit comments

Comments
 (0)