Skip to content

Commit f9d9879

Browse files
style: clang-tidy auto fixes (#1845)
Fixes #1844. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com>
1 parent 278f7b1 commit f9d9879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migration/MigrationInspectorFactory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ makeMigrationInspector(
5454

5555
// Database is empty, we need to initialize the migration table if it is a writeable backend
5656
if (not config.get<bool>("read_only") and not backend->hardFetchLedgerRangeNoThrow()) {
57-
migration::MigratorStatus migrated(migration::MigratorStatus::Migrated);
57+
migration::MigratorStatus const migrated(migration::MigratorStatus::Migrated);
5858
for (auto const& name : inspector->allMigratorsNames()) {
5959
backend->writeMigratorStatus(name, migrated.toString());
6060
}

0 commit comments

Comments
 (0)