run rustfmt

This commit is contained in:
Skgland
2026-03-21 14:24:13 +01:00
parent 153f04b72a
commit 833c3bd77f
2 changed files with 1 additions and 6 deletions

View File

@@ -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.