Skip to content

Commit 3c49f2e

Browse files
author
zzy
committed
修复clang-format报错
1 parent 1e7ea8d commit 3c49f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/observer/sql/stmt/drop_table_stmt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class DropTableStmt : public Stmt
1919

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

22-
const std::string &table_name() const { return table_name_; }
22+
const std::string &table_name() const { return table_name_; }
2323

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

0 commit comments

Comments
 (0)