Skip to content

Commit ce6174e

Browse files
Merge pull request #1858 from ArthurSonzogni:fix-semi
PiperOrigin-RevId: 805818131
2 parents 3bf45cb + bf02ecd commit ce6174e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzztest/internal/table_of_recent_compares.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class TableOfRecentlyComparedBuffers {
216216
// Constructs a buffer comparison table with the `compact` option: When it is
217217
// true, `GetRandomOffset()`/`GetRandomEntry()` would sample from inserted
218218
// offsets/entries, unless the table is empty.
219-
explicit TableOfRecentlyComparedBuffers(bool compact) : compact_(compact) {};
219+
explicit TableOfRecentlyComparedBuffers(bool compact) : compact_(compact) {}
220220

221221
void Insert(const uint8_t* buf1, const uint8_t* buf2, size_t n) {
222222
if (!compact_) {

0 commit comments

Comments
 (0)