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
@@ -20,15 +20,15 @@
#pragma once
#include <memory>
#include "IEngine.hpp"
namespace lms::db
{
class Db;
class Db;
}
namespace lms::recommendation
{
std::unique_ptr<IEngine> createFeaturesEngine(db::Db& db);
std::unique_ptr<IEngine> createFeaturesEngine(db::Db& db);
}