Simplify maybe

Fix whitespace
This commit is contained in:
infogulch
2023-09-20 16:38:58 -05:00
parent 54a0313d72
commit eecfeb2d03
3 changed files with 10 additions and 26 deletions

View File

@@ -475,7 +475,7 @@ impl Machine {
runtime,
#[cfg(feature = "ffi")]
foreign_function_table: Default::default(),
rng: StdRng::from_entropy(),
rng: StdRng::from_entropy(),
};
let mut lib_path = current_dir();