We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clang-tidy
1 parent b193fc9 commit f18990eCopy full SHA for f18990e
1 file changed
examples/batch_logging.cc
@@ -117,7 +117,7 @@ google::cloud::batch::v1::Job CreateTestJob(
117
}
118
119
void WaitForJob(google::cloud::batch_v1::BatchServiceClient client,
120
- std::string job_name) {
+ std::string const& job_name) {
121
std::cout << "\nWaiting for " << job_name << std::flush;
122
// It takes about 60 seconds to finish a job, so waiting for about 5 minutes
123
// seems enough.
0 commit comments