ademakov commented on code in PR #1310:
URL: https://github.com/apache/ignite-3/pull/1310#discussion_r1013903993


##########
modules/platforms/cpp/ignite/client/detail/cluster_connection.h:
##########
@@ -121,9 +121,10 @@ class cluster_connection : public 
std::enable_shared_from_this<cluster_connectio
      * @param rd Response reader function.
      * @param callback Callback to call on result.
      */
-    template <typename T>
-    void perform_request_rd(client_operation op, 
std::function<T(protocol::reader&)> rd, ignite_callback<T> callback) {
-        perform_request<T>(op, [](protocol::writer &) {}, std::move(rd), 
std::move(callback));
+    template<typename T>
+    void perform_request_rd(client_operation op, 
std::function<T(protocol::reader &)> rd, ignite_callback<T> callback) {
+        perform_request<T>(
+            op, [](protocol::writer &) {}, std::move(rd), std::move(callback));

Review Comment:
   Yes, this one is unclear.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to