Skip to content

Commit

Permalink
Remove a trailing comma causing an issue for an OSS user
Browse files Browse the repository at this point in the history
Fixes #1787

PiperOrigin-RevId: 710344161
Change-Id: I1358a0b82c8aa0436bd0b169d9eac8130c21b4e8
  • Loading branch information
derekmauro authored and copybara-github committed Dec 28, 2024
1 parent 688dd51 commit fcc8630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absl/container/internal/raw_hash_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -4133,7 +4133,7 @@ class raw_hash_set {
(std::is_same<SlotAlloc, std::allocator<slot_type>>::value
? &DeallocateStandard<alignof(slot_type)>
: &raw_hash_set::dealloc_fn),
&raw_hash_set::resize_impl,
&raw_hash_set::resize_impl
};
return value;
}
Expand Down

0 comments on commit fcc8630

Please sign in to comment.