Skip to content

Commit f0abae6

Browse files
committed
chore: format
1 parent 0e807a9 commit f0abae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void setUp() throws Exception {
114114

115115
GoogleCredentials credentials = GoogleCredentials.getApplicationDefault();
116116
// We explicitly refresh the credentials here to guarantee a valid token is extracted.
117-
// The standard OTLP exporter does not automatically manage OAuth token lifecycles
117+
// The standard OTLP exporter does not automatically manage OAuth token lifecycles
118118
// when they are passed as static header strings.
119119
credentials.refreshIfExpired();
120120
String token = credentials.getAccessToken().getTokenValue();

0 commit comments

Comments
 (0)