Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed May 23, 2023
1 parent 38f788d commit f40ebd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/status_or.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class StatusOr final {
*
* @param rhs the value used to initialize the object.
*
* @throws ... If `T` move constructor throws.
* @throws ... If `T`'s move constructor throws.
*/
// NOLINTNEXTLINE(google-explicit-constructor)
StatusOr(T&& rhs) : value_(std::move(rhs)) {}
Expand Down

0 comments on commit f40ebd3

Please sign in to comment.