hunyadi-dev commented on a change in pull request #789:
URL: https://github.com/apache/nifi-minifi-cpp/pull/789#discussion_r433714037



##########
File path: libminifi/include/core/controller/ControllerService.h
##########
@@ -146,12 +146,11 @@ class ControllerService : public ConfigurableComponent, 
public Connectable {
     return false;
   }
 
-  void setLinkedControllerServices( const 
std::vector<std::shared_ptr<controller::ControllerService> > &services ){
+  void setLinkedControllerServices(const 
std::vector<std::shared_ptr<controller::ControllerService> > &services ) {

Review comment:
       I see: I wonder why I got no linter warning here though.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to