Fix linting
This commit is contained in:
parent
465a67bfaf
commit
51976cf367
@ -1754,7 +1754,8 @@ Cache::runMigrations()
|
||||
}
|
||||
dbNames.close();
|
||||
|
||||
if (doCommit) txn.commit();
|
||||
if (doCommit)
|
||||
txn.commit();
|
||||
} catch (const lmdb::error &e) {
|
||||
nhlog::db()->critical("Failed to convert olm sessions database in migration! {}",
|
||||
e.what());
|
||||
|
Loading…
Reference in New Issue
Block a user