Format positive result more nicely

This commit is contained in:
Patrick Lühne 2019-11-07 02:25:01 -06:00
parent 33c5245b80
commit 5c504bef5b
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -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"),
}