Cargo Format (#2814)

* Initial commit: ValueBloomFeedback

* Add test, fix feedback

* Remove unneeded feedback

* fix

* more commit

* Cargo fmt

* fmt
This commit is contained in:
Dominik Maier 2025-01-06 02:11:47 +01:00 committed by GitHub
parent 2a3f5a5942
commit 4b4a22bc44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,6 +185,5 @@ mod test {
.is_interesting(&mut state, &mut mgr, &input, &observers, &exit_ok) .is_interesting(&mut state, &mut mgr, &input, &observers, &exit_ok)
.unwrap(); .unwrap();
assert_eq!(next_eval, true); assert_eq!(next_eval, true);
} }
} }