Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyunyan committed Jul 7, 2022
1 parent 6d425fe commit e8f1c5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbms/src/TiDB/Schema/SchemaBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ struct SchemaBuilder
void applySetTiFlashMode(const TiDB::DBInfoPtr & db_info, TableID table_id);
void applySetTiFlashModeOnLogicalTable(const TiDB::DBInfoPtr & db_info, const TiDB::TableInfoPtr & table_info, const ManageableStoragePtr & storage);
void applySetTiFlashModeOnPhysicalTable(const TiDB::DBInfoPtr & db_info, const TiDB::TableInfoPtr & table_info, const ManageableStoragePtr & storage);

};

} // namespace DB

0 comments on commit e8f1c5e

Please sign in to comment.