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


##########
modules/platforms/cpp/client/include/ignite/ignite_client_configuration.h:
##########
@@ -85,10 +80,7 @@ class IgniteClientConfiguration
      *
      * @return Current logger.
      */
-    [[nodiscard]]
-    const std::shared_ptr<IgniteLogger>& getLogger() const {
-        return m_logger;
-    }
+    [[nodiscard]] const std::shared_ptr<IgniteLogger> &getLogger() const { 
return m_logger; }

Review Comment:
   Unfortunately clang-format doesn't have an option for this. Or at least I 
was not able to find it. We either use it as is or give up and do everything 
manually. I hope they will add such an option in future.



-- 
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