Skip to content

Commit

Permalink
修复clang-format报错
Browse files Browse the repository at this point in the history
  • Loading branch information
zzy committed Oct 22, 2024
1 parent 1e7ea8d commit 3c49f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/observer/sql/stmt/drop_table_stmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class DropTableStmt : public Stmt

StmtType type() const override { return StmtType::DROP_TABLE; }

const std::string &table_name() const { return table_name_; }
const std::string &table_name() const { return table_name_; }

//TODO:
static RC create(Db *db, const DropTableSqlNode &create_table, Stmt *&stmt);
Expand Down

0 comments on commit 3c49f2e

Please sign in to comment.