Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 181a2ba

Browse files
fix formatting
1 parent 87a7afb commit 181a2ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/snippets/src/main/java/com/example/bigquerystorage/WritePendingStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ public static void writePendingStream(String projectId, String datasetName, Stri
9494
// If the response does not have a commit time, it means the commit operation failed.
9595
if (commitResponse.hasCommitTime() == false) {
9696
for (StorageError err : commitResponse.getStreamErrorsList()) {
97-
System.out.println(err.getErrorMessage());
98-
}
97+
System.out.println(err.getErrorMessage());
98+
}
9999
throw new RuntimeException("Error committing the streams");
100100
}
101101
System.out.println("Appended and committed records successfully.");

0 commit comments

Comments
 (0)