Skip to content

Commit f01b5fb

Browse files
poyrazKgithub-actions[bot]
authored andcommitted
style: automated clang-format fixes
1 parent 3bc1477 commit f01b5fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/storage/heap_table.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ HeapTable::Iterator& HeapTable::Iterator::operator=(Iterator&& other) noexcept {
8383
if (this != &other) {
8484
if (&table_ != &other.table_) {
8585
if (other.current_page_) {
86-
other.table_.bpm_.unpin_page_by_id(other.table_.file_id_, other.current_page_num_, false);
86+
other.table_.bpm_.unpin_page_by_id(other.table_.file_id_, other.current_page_num_,
87+
false);
8788
other.current_page_ = nullptr;
8889
}
8990
return *this;

0 commit comments

Comments
 (0)