Fix tidy build

This commit is contained in:
Antonio Andelic 2024-02-29 14:55:23 +01:00
parent 1fd54fb9e4
commit 359885ef94

View File

@ -882,6 +882,7 @@ SnapshotFileInfo KeeperSnapshotManager::getLatestSnapshotInfo() const
} }
catch (...) catch (...)
{ {
tryLogCurrentException(log);
} }
} }
return {"", nullptr}; return {"", nullptr};