mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
fix style
This commit is contained in:
parent
4a94545882
commit
20e5fb61c4
@ -196,7 +196,8 @@ public:
|
||||
};
|
||||
|
||||
AsofRowRefs() : type(AsofType::EMPTY) {}
|
||||
AsofRowRefs(AsofType t) : type(t) {
|
||||
AsofRowRefs(AsofType t) : type(t)
|
||||
{
|
||||
lookups.create(t);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user