Skip to content

Commit

Permalink
revert checkers mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed May 22, 2024
1 parent a177b7b commit 6ccc723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcs-fast-transfers/upload.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ int main(int argc, char* argv[]) try {
.value();
auto const end = std::chrono::steady_clock::now();

std::cout << "DONE" << "\n";
std::cout << "DONE"
<< "\n";
std::cout << "The upload was successful, the object size is approximately "
<< format_size(metadata.size()) << "\n";

Expand Down

0 comments on commit 6ccc723

Please sign in to comment.