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



##########
File path: libminifi/include/utils/file/FileUtils.h
##########
@@ -696,13 +695,13 @@ class FileUtils {
     return {};
   }
 #endif /* WIN32 */
-};
+}; // NOLINT

Review comment:
       This is the error produced here:
   ```
    698:1  error  cpplint  You don't need a ; after a }  [readability/braces] 
[4]
   ```
   This is incorrect as this brace closes a class definition - probably due the 
linter getting confused by preceeding `/*` style multiline comments.




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