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