Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Dec 24, 2024
1 parent 0193a63 commit a6db7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl/src/corpus/inmemory_ondisk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ impl<I> InMemoryOnDiskCorpus<I> {
fs::rename(&tmpfile_path, &metafile_path)?;
*testcase.metadata_path_mut() = Some(metafile_path);
}

if self.locking {
self.store_input_from(testcase)?;
} else {
Expand Down

0 comments on commit a6db7b7

Please sign in to comment.