Skip to content

Commit

Permalink
comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishj committed Oct 20, 2023
1 parent e63e7d5 commit 953a28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/duckdb/parser/parsed_data/create_view_info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct CreateViewInfo : public CreateInfo {
string view_name;
//! Aliases of the view
vector<string> aliases;
// Return types
//! Return types
vector<LogicalType> types;
//! The SelectStatement of the view
unique_ptr<SelectStatement> query;
Expand Down

0 comments on commit 953a28a

Please sign in to comment.