mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Fix style
This commit is contained in:
parent
9ca030fa11
commit
05eab7b204
@ -102,7 +102,7 @@ EmbeddedRocksDBBulkSink::~EmbeddedRocksDBBulkSink()
|
||||
if (fs::exists(insert_directory_queue))
|
||||
fs::remove_all(insert_directory_queue);
|
||||
}
|
||||
catch(...)
|
||||
catch (...)
|
||||
{
|
||||
tryLogCurrentException(__PRETTY_FUNCTION__, fmt::format("Error while removing temporary directory {}:", insert_directory_queue));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user