Remove extra line

This commit is contained in:
Pavel Kruglov 2021-08-11 18:59:13 +03:00
parent 95d52b9e5f
commit bba67a8b87

View File

@ -117,7 +117,6 @@ static ActionsDAGReverseInfo getActionsDAGReverseInfo(const std::list<ActionsDAG
return result_info; return result_info;
} }
static DataTypesWithConstInfo getDataTypesWithConstInfoFromNodes(const ActionsDAG::NodeRawConstPtrs & nodes) static DataTypesWithConstInfo getDataTypesWithConstInfoFromNodes(const ActionsDAG::NodeRawConstPtrs & nodes)
{ {
DataTypesWithConstInfo types; DataTypesWithConstInfo types;