Skip to content

Commit 8671c5b

Browse files
committed
fix equality typo
1 parent 5723aa5 commit 8671c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/sdk/common/client_helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace client_helper_details {
2121
}
2222

2323
bool isStatusCancelled(int status) noexcept {
24-
return status = ::grpc::StatusCode::CANCELLED;
24+
return status == ::grpc::StatusCode::CANCELLED;
2525
}
2626

2727
} // namespace client_helper_details

0 commit comments

Comments
 (0)