Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-cab committed Mar 5, 2024
1 parent b6e6c20 commit a630309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realm/group_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ ref_type GroupWriter::write_group()
if (ref_type history_ref = top.get_as_ref(Group::s_hist_ref_ndx)) {
Allocator& alloc = top.get_alloc();
ref_type new_history_ref = Array::write(history_ref, alloc, *writer, only_if_modified, false); // Throws
top.set(Group::s_hist_ref_ndx, from_ref(new_history_ref)); // Throws
top.set(Group::s_hist_ref_ndx, from_ref(new_history_ref)); // Throws
}
}
if (top.size() > Group::s_evacuation_point_ndx) {
Expand Down

0 comments on commit a630309

Please sign in to comment.