mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 04:22:03 +00:00
Fixing style.
This commit is contained in:
parent
1356dc2eaa
commit
62378b4219
@ -10,7 +10,7 @@ namespace DB
|
|||||||
|
|
||||||
class StorageInput final : public IStorage
|
class StorageInput final : public IStorage
|
||||||
{
|
{
|
||||||
friend class ReadFromInput;
|
friend class ReadFromInput;
|
||||||
public:
|
public:
|
||||||
StorageInput(const StorageID & table_id, const ColumnsDescription & columns_);
|
StorageInput(const StorageID & table_id, const ColumnsDescription & columns_);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user