Format the code

This commit is contained in:
emeric
2024-06-29 16:14:28 +02:00
parent 71dc99ad46
commit 45c8b82865
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,8 +21,8 @@
#include <filesystem>
#include <Wt/WDateTime.h>
#include <Wt/Dbo/Dbo.h>
#include <Wt/WDateTime.h>
#include "database/ArtistId.hpp"
#include "database/ImageId.hpp"
@@ -336,7 +336,7 @@ namespace lms::scanner
_abortScan,
_db
};
// Order is important
_scanSteps.clear();
_scanSteps.push_back(std::make_unique<ScanStepDiscoverFiles>(params));