Fix style

This commit is contained in:
Kruglov Pavel 2024-02-20 21:51:48 +01:00 committed by GitHub
parent 16e8e5af8d
commit 81bc9e6d51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int NOT_IMPLEMENTED;
}
/**
* Column for storing Variant(...) type values.
* Variant type represents a union of other data types.