fix style

This commit is contained in:
Martijn Bakker 2019-03-30 13:02:30 +00:00
parent 4a94545882
commit 20e5fb61c4

View File

@ -196,7 +196,8 @@ public:
};
AsofRowRefs() : type(AsofType::EMPTY) {}
AsofRowRefs(AsofType t) : type(t) {
AsofRowRefs(AsofType t) : type(t)
{
lookups.create(t);
}