summaryrefslogtreecommitdiff
path: root/src/checker/registrator_mails.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checker/registrator_mails.hpp')
-rw-r--r--src/checker/registrator_mails.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/checker/registrator_mails.hpp b/src/checker/registrator_mails.hpp
index 2514a10..b87cd87 100644
--- a/src/checker/registrator_mails.hpp
+++ b/src/checker/registrator_mails.hpp
@@ -1,8 +1,9 @@
#pragma once
-#include "errors/types/imails_error.hpp"
#include <list>
+#include "errors/types/imails_error.hpp"
+
namespace smtp::checker
{
class RegistratorMails
@@ -16,4 +17,4 @@ namespace smtp::checker
private:
std::list<errors::types::IErrorMailsPtr> mErrors;
};
-} // namespace smtp::checker
+}