Skip to content

Commit fcc8630

Browse files
derekmaurocopybara-github
authored andcommitted
Remove a trailing comma causing an issue for an OSS user
Fixes #1787 PiperOrigin-RevId: 710344161 Change-Id: I1358a0b82c8aa0436bd0b169d9eac8130c21b4e8
1 parent 688dd51 commit fcc8630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absl/container/internal/raw_hash_set.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4133,7 +4133,7 @@ class raw_hash_set {
41334133
(std::is_same<SlotAlloc, std::allocator<slot_type>>::value
41344134
? &DeallocateStandard<alignof(slot_type)>
41354135
: &raw_hash_set::dealloc_fn),
4136-
&raw_hash_set::resize_impl,
4136+
&raw_hash_set::resize_impl
41374137
};
41384138
return value;
41394139
}

0 commit comments

Comments
 (0)