Fix style

This commit is contained in:
Raúl Marín 2024-12-04 19:18:13 +00:00
parent 89dbb42874
commit 4e5a67b80c
2 changed files with 5 additions and 5 deletions

View File

@ -6,6 +6,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int SYNTAX_ERROR;
}
UInt64 QualifiedTableName::hash() const
{
SipHash hash_state;

View File

@ -9,11 +9,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int SYNTAX_ERROR;
}
//TODO replace with StorageID
struct QualifiedTableName
{