Minor formatting
This commit is contained in:
parent
0d51053b88
commit
e0b8b1c854
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user