mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-15 01:41:21 +00:00
Cargo fmt
This commit is contained in:
@ -300,9 +300,7 @@ impl Ctx {
|
||||
|
||||
/// Returns the number of dynamic sigindices.
|
||||
pub fn dynamic_sigindice_count(&self) -> usize {
|
||||
unsafe {
|
||||
(*self.local_backing).dynamic_sigindices.len()
|
||||
}
|
||||
unsafe { (*self.local_backing).dynamic_sigindices.len() }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user