Github user achristianson commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/346#discussion_r191486381
--- Diff: libminifi/include/io/NetworkPrioritizer.h ---
@@ -86,10 +92,15 @@ class NetworkInterface {
friend class NetworkPrioritizer;
std::string ifc_;
std::shared_ptr<NetworkPrioritizer> prioritizer_;
-};
+}
+;
--- End diff --
Minor style nit. May want to run through clang-format --style=Google.---
