fgerlits commented on code in PR #1789: URL: https://github.com/apache/nifi-minifi-cpp/pull/1789#discussion_r1601176313
########## libminifi/test/unit/FileStreamTests.cpp: ########## @@ -16,20 +16,19 @@ * limitations under the License. */ -#include <cstdio> -#include <iostream> +#include <TestUtils.h> Review Comment: nitpicking, as the compiler (and more surprisingly, the linter) clearly doesn't mind, but this should use `""` instead of `<>`, and be furtcher down, together with the other includes -- 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]
