Minor formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pub fn run<P>(program_path: P, specification_path: P, proof_direction:
|
||||
crate::problem::ProofDirection)
|
||||
where
|
||||
P: AsRef<std::path::Path>
|
||||
P: AsRef<std::path::Path>,
|
||||
{
|
||||
//let context = crate::translate::verify_properties::Context::new();
|
||||
let mut problem = crate::Problem::new();
|
||||
|
Reference in New Issue
Block a user