Skip to content

Commit be5fa65

Browse files
committed
fix the format
1 parent 95d75ef commit be5fa65

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

google/cloud/storage/internal/async/partial_upload_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,6 @@ TEST(PartialUpload, ErrorOnChecksums) {
518518
TEST(PartialUpload, ClearsSpecAfterFirstChunk) {
519519
auto generator = google::cloud::internal::DefaultPRNG(std::random_device{}());
520520
auto const buffer = RandomData(generator, 2 * kExpectedChunkSize + 1024);
521-
auto const view = absl::string_view(buffer.data(), buffer.size());
522521

523522
AsyncSequencer<bool> sequencer;
524523
auto rpc = std::make_unique<MockStream>();

0 commit comments

Comments
 (0)