Skip to content

Commit 50c6c6a

Browse files
chore: generate libraries at Wed Apr 16 17:10:16 UTC 2025
1 parent de0c5e6 commit 50c6c6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,8 @@ public boolean isEnableBuiltInMetrics() {
919919

920920
@Override
921921
public boolean isEnableGRPCBuiltInMetrics() {
922-
return "false".equalsIgnoreCase(System.getenv(SPANNER_DISABLE_DIRECT_ACCESS_GRPC_BUILTIN_METRICS));
922+
return "false"
923+
.equalsIgnoreCase(System.getenv(SPANNER_DISABLE_DIRECT_ACCESS_GRPC_BUILTIN_METRICS));
923924
}
924925

925926
@Override

0 commit comments

Comments
 (0)