Skip to content

Commit

Permalink
cleanup(otel): fix wording in #12399 (#12404)
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg authored Aug 17, 2023
1 parent 28bfd4e commit 62fd7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/internal/rest_carrier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ opentelemetry::nostd::string_view RestCarrier::Get(
opentelemetry::nostd::string_view) const noexcept {
GCP_LOG(FATAL) << __func__ << " should never be called";
// Since the client is never extracting data from the REST headers, we are not
// implementing Get and returning an empty string.
// implementing Get and returning a null string view.
return opentelemetry::nostd::string_view();
}

Expand Down

0 comments on commit 62fd7f8

Please sign in to comment.