martinzink commented on code in PR #2097:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2097#discussion_r2897192426


##########
minifi_main/AgentDocs.cpp:
##########
@@ -103,7 +95,7 @@ void writeHeader(std::ostream& docs, const 
std::vector<std::pair<std::string, mi
   docs << APACHE_LICENSE;
 
   docs << "\n\n## Table of Contents\n\n";
-  for (const auto& [name, documentation] : class_descriptions) {
+  for (const auto& [name, documentation]: class_descriptions) {

Review Comment:
   I've just auto formated the file, it seems like our clang-format didnt agree 
with our stated style guide
   I've modified that aswell [fix 
clang-format](https://github.com/apache/nifi-minifi-cpp/pull/2097/commits/f6217406d972a5f576bf37ab146397ce791bfed8)



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