mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix style
This commit is contained in:
parent
a39f6f419b
commit
561b575111
@ -16,6 +16,11 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
template <typename Storage, typename Name, typename MetadataParser>
|
||||
class IStorageDataLake : public Storage
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user