Skip to content

Commit 6cea7e1

Browse files
chore: generate libraries at Tue Jan 13 18:17:15 UTC 2026
1 parent 3308fbd commit 6cea7e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/gaxx/grpc/fallback/GcpFallbackChannelTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static byte[] readAllBytesFromStream(InputStream is) throws IOException {
115115
int bytesRead;
116116
byte[] data = new byte[4096];
117117
while ((bytesRead = is.read(data, 0, data.length)) != -1) {
118-
buffer.write(data, 0, bytesRead);
118+
buffer.write(data, 0, bytesRead);
119119
}
120120
return buffer.toByteArray();
121121
}

0 commit comments

Comments
 (0)