Auto reformatted the base, ref #470

This commit is contained in:
emeric
2024-05-24 23:31:52 +02:00
parent 83b868673c
commit 39941d90a3
460 changed files with 8583 additions and 8514 deletions
@@ -19,11 +19,10 @@
#include "AuthServiceBase.hpp"
#include <cstdlib>
#include "core/ILogger.hpp"
#include "database/Db.hpp"
#include "database/Session.hpp"
#include "database/User.hpp"
#include "core/ILogger.hpp"
namespace lms::auth
{
@@ -31,7 +30,8 @@ namespace lms::auth
AuthServiceBase::AuthServiceBase(Db& db)
: _db{ db }
{}
{
}
UserId AuthServiceBase::getOrCreateUser(std::string_view loginName)
{
@@ -91,4 +91,4 @@ namespace lms::auth
{
return _db.getTLSSession();
}
}
} // namespace lms::auth