mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
Fix style.
This commit is contained in:
parent
96895e063f
commit
9577ef38d0
@ -6,6 +6,11 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
/// Base class for merging transforms.
|
||||
class IMergingTransform : public IProcessor
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user