Skip to content

Commit 657b218

Browse files
committed
chore: format
1 parent 15e05be commit 657b218

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/integration/ITComputeGoldenSignals.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ public class ITComputeGoldenSignals extends BaseTest {
114114

115115
@Before
116116
public void setUp() throws Exception {
117-
logger.info("DEBUG: LoggingUtils.isLoggingEnabled() = " + com.google.api.gax.logging.LoggingUtils.isLoggingEnabled());
117+
logger.info(
118+
"DEBUG: LoggingUtils.isLoggingEnabled() = "
119+
+ com.google.api.gax.logging.LoggingUtils.isLoggingEnabled());
118120
rootSpanName = "ComputeRootSpan-" + generateRandomHexString(8);
119121
testRunId = generateRandomHexString(8);
120122

0 commit comments

Comments
 (0)