Format positive result more nicely
This commit is contained in:
@@ -225,7 +225,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>>
|
||||
|
||||
match was_proof_attempted
|
||||
{
|
||||
true => println!("finished all proofs"),
|
||||
true => println!("\nfinished all proofs"),
|
||||
false => println!("nothing to verify, exiting"),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user