mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Fix style
This commit is contained in:
parent
de5556b458
commit
5cb55d3f8c
@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
|
namespace ErrorCodes
|
||||||
|
{
|
||||||
|
extern const int ILLEGAL_COLUMN;
|
||||||
|
}
|
||||||
|
|
||||||
template <typename A, typename B>
|
template <typename A, typename B>
|
||||||
struct BitHammingDistanceImpl
|
struct BitHammingDistanceImpl
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user