fix style

This commit is contained in:
flynn 2023-02-17 08:35:38 +00:00
parent a39f6f419b
commit 561b575111

View File

@ -16,6 +16,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int NOT_IMPLEMENTED;
}
template <typename Storage, typename Name, typename MetadataParser>
class IStorageDataLake : public Storage
{