summaryrefslogtreecommitdiff
path: root/src/checker/registrator_mails.hpp
diff options
context:
space:
mode:
authoreportnov <eportnov@ibs.ru>2022-10-03 11:37:47 +0300
committereportnov <eportnov@ibs.ru>2022-10-03 11:37:47 +0300
commite41b247e61ce4d4cc96badab3a14bf413e4f46f2 (patch)
treef68d57d9b472cbe1186f235034b97a1be75cac08 /src/checker/registrator_mails.hpp
parent7e2843c706c1a6e033662c45957a76e01d167438 (diff)
downloadobmc-sila-smtp-e41b247e61ce4d4cc96badab3a14bf413e4f46f2.tar.xz
refactoring
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
+}