adam-markovics commented on code in PR #1328:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1328#discussion_r959228721


##########
libminifi/include/core/repository/FileSystemRepository.h:
##########
@@ -25,49 +25,39 @@
 #include "../ContentRepository.h"
 #include "properties/Configure.h"
 #include "core/logging/LoggerFactory.h"
-namespace org {
-namespace apache {
-namespace nifi {
-namespace minifi {
-namespace core {
-namespace repository {
+
+namespace org::apache::nifi::minifi::core::repository {
 
 /**
  * FileSystemRepository is a content repository that stores data onto the 
local file system.
  */
 class FileSystemRepository : public core::ContentRepository, public 
core::CoreComponent {
  public:
   FileSystemRepository(std::string name = 
getClassName<FileSystemRepository>()) // NOLINT
-      : core::CoreComponent(name),
-        logger_(logging::LoggerFactory<FileSystemRepository>::getLogger()) {
+          : core::CoreComponent(name),
+            logger_(logging::LoggerFactory<FileSystemRepository>::getLogger()) 
{

Review Comment:
   Done.



-- 
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: issues-unsubscr...@nifi.apache.org

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

Reply via email to