remove stray ? (#652)

This commit is contained in:
bmc-msft
2021-03-09 11:57:58 -05:00
committed by GitHub
parent d2e4baa48d
commit f26838452b

View File

@ -147,7 +147,7 @@ impl LibFuzzerFuzzTask {
.await
.with_context(|| {
format!(
"unable to move crashing input into results directory: {} - {}?",
"unable to move crashing input into results directory: {} - {}",
entry.path().display(),
destination_path.display()
)