Update StorageDistributed.cpp

This commit is contained in:
alexey-milovidov 2020-03-28 04:31:03 +03:00 committed by GitHub
parent c63ff92ec2
commit 676aff9ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,7 +236,7 @@ void replaceConstantExpressions(ASTPtr & node, const Context & context, const Na
visitor.visit(node);
}
} // \anonymous
}
/// For destruction of std::unique_ptr of type that is incomplete in class definition.