summaryrefslogtreecommitdiff
path: root/src/checker/registrator_mails.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checker/registrator_mails.cpp')
-rw-r--r--src/checker/registrator_mails.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/checker/registrator_mails.cpp b/src/checker/registrator_mails.cpp
index b2352c7..3141e80 100644
--- a/src/checker/registrator_mails.cpp
+++ b/src/checker/registrator_mails.cpp
@@ -2,7 +2,7 @@
namespace smtp::checker
{
- void RegistratorMails::Add(errors::types::IErrorMailsPtr const& error )
+ void RegistratorMails::Add( errors::types::IErrorMailsPtr const& error )
{
mErrors.push_back( error );
}
@@ -18,5 +18,4 @@ namespace smtp::checker
}
return true;
}
-
-} // namespace smtp::checker
+}