Skip to content

Commit

Permalink
fix Format error
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthduvvada committed Aug 22, 2024
1 parent d6eff30 commit 6f03079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/include/common/bustub_instance.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ class BusTubInstance {
public:
explicit BusTubInstance(const std::filesystem::path &db_file_name, size_t bpm_size = 128);


explicit BusTubInstance(size_t bpm_size = 128);

~BusTubInstance();
Expand Down

0 comments on commit 6f03079

Please sign in to comment.