xml_lpm_fuzzer: Add trailing newline

This commit is contained in:
Sebastian Pipping 2025-02-02 01:49:45 +01:00
parent ea492aa54d
commit ea98a87971
2 changed files with 2 additions and 2 deletions

View file

@ -432,4 +432,4 @@ DEFINE_TEXT_PROTO_FUZZER(const xml_lpm_fuzzer::Testcase& testcase) {
}
XML_ParserFree(parser);
}
}

View file

@ -54,4 +54,4 @@ message Testcase {
required Encoding encoding = 1;
repeated Action actions = 2;
repeated int32 fail_allocations = 3;
}
}