From 953a28a742193e885939dfdce1583d2131c5b272 Mon Sep 17 00:00:00 2001 From: Tishj Date: Fri, 20 Oct 2023 16:05:43 +0200 Subject: [PATCH] comment style --- src/include/duckdb/parser/parsed_data/create_view_info.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/duckdb/parser/parsed_data/create_view_info.hpp b/src/include/duckdb/parser/parsed_data/create_view_info.hpp index 05806d9606ab..c70a273c092c 100644 --- a/src/include/duckdb/parser/parsed_data/create_view_info.hpp +++ b/src/include/duckdb/parser/parsed_data/create_view_info.hpp @@ -25,7 +25,7 @@ struct CreateViewInfo : public CreateInfo { string view_name; //! Aliases of the view vector aliases; - // Return types + //! Return types vector types; //! The SelectStatement of the view unique_ptr query;