Do not fmt little cms files (#2291)

This commit is contained in:
Romain Malmain 2024-06-08 14:19:58 +02:00 committed by GitHub
parent ba84170777
commit 8ef4e2aff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,6 +186,7 @@ async fn main() -> io::Result<()> {
r".*dlmalloc\.c$",
r".*QEMU-Nyx.*",
r".*AFLplusplus.*",
r".*Little-CMS.*",
r".*cms_transform_fuzzer.cc.*",
])
.expect("Could not create the regex set from the given regex");