Skip to content

Commit 891d596

Browse files
committed
fix formatting
1 parent 0bbba78 commit 891d596

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudClientExecutor.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -907,9 +907,7 @@ public Future<Boolean> getEndToEndTraceVerificationTask(String traceId) {
907907
Thread.sleep(sleepDuration);
908908
} catch (InterruptedException e) {
909909
Thread.currentThread().interrupt(); // Handle interruption
910-
LOGGER.log(
911-
Level.INFO,
912-
String.format("Thread interrupted."));
910+
LOGGER.log(Level.INFO, String.format("Thread interrupted."));
913911
return false; // Return false if interrupted
914912
}
915913
return isExportedEndToEndTraceValid(traceId);

0 commit comments

Comments
 (0)