mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fix tidy build
This commit is contained in:
parent
1fd54fb9e4
commit
359885ef94
@ -882,6 +882,7 @@ SnapshotFileInfo KeeperSnapshotManager::getLatestSnapshotInfo() const
|
|||||||
}
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
{
|
{
|
||||||
|
tryLogCurrentException(log);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return {"", nullptr};
|
return {"", nullptr};
|
||||||
|
Loading…
Reference in New Issue
Block a user