mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix linting
This commit is contained in:
parent
465a67bfaf
commit
51976cf367
1 changed files with 6 additions and 5 deletions
|
@ -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 a new issue