diff --git a/include/grpc++/impl/codegen/call.h b/include/grpc++/impl/codegen/call.h
index c0753882661804534ad808073bf47b54008661a8..e65349ddd3a2d94ede564683edd4cbb0a86d3924 100644
--- a/include/grpc++/impl/codegen/call.h
+++ b/include/grpc++/impl/codegen/call.h
@@ -544,7 +544,7 @@ class CallOpSet : public CallOpSetInterface,
     this->Op5::FinishOp(status, max_message_size_);
     this->Op6::FinishOp(status, max_message_size_);
     *tag = return_tag_;
-    collection_.reset(); // drop the ref at this point
+    collection_.reset();  // drop the ref at this point
     return true;
   }