mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 20:32:43 +00:00
Fix style
This commit is contained in:
parent
d49e22cbae
commit
136f5c482c
@ -6,6 +6,12 @@
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
class ColumnsDescription;
|
||||
class Context;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user