run rustfmt
This commit is contained in:
@@ -234,11 +234,7 @@ impl Machine {
|
||||
|
||||
/// Gets the current inference count.
|
||||
pub fn get_inference_count(&mut self) -> u64 {
|
||||
self.machine_st
|
||||
.cwil
|
||||
.global_count
|
||||
.try_into()
|
||||
.unwrap()
|
||||
self.machine_st.cwil.global_count.try_into().unwrap()
|
||||
}
|
||||
|
||||
/// Runs the predicate `key` in `module_name` until completion.
|
||||
|
||||
Reference in New Issue
Block a user