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



##########
File path: extensions/sftp/tests/PutSFTPTests.cpp
##########
@@ -809,7 +809,7 @@ TEST_CASE_METHOD(PutSFTPTestsFixture, "PutSFTP batching 
does not fail even if on
 }
 
 TEST_CASE_METHOD(PutSFTPTestsFixture, "PutSFTP put large file", "[PutSFTP]") {
-  std::mt19937 rng(std::random_device{}());
+  std::mt19937 rng(std::random_device {}());

Review comment:
       I replaced it with `// NOLINT` but I am not sure it helps readibility.




-- 
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:
[email protected]


Reply via email to