Minor formatting

This commit is contained in:
Patrick Lühne 2020-05-11 03:46:20 +02:00
parent 0d51053b88
commit e0b8b1c854
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pub fn run<P>(program_path: P, specification_path: P, proof_direction: pub fn run<P>(program_path: P, specification_path: P, proof_direction:
crate::problem::ProofDirection) crate::problem::ProofDirection)
where where
P: AsRef<std::path::Path> P: AsRef<std::path::Path>,
{ {
//let context = crate::translate::verify_properties::Context::new(); //let context = crate::translate::verify_properties::Context::new();
let mut problem = crate::Problem::new(); let mut problem = crate::Problem::new();