mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-02 18:11:34 +00:00
Run cargo fmt on everything.
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
use std::sync::{
|
||||
atomic::{AtomicU32, Ordering},
|
||||
Arc,
|
||||
};
|
||||
use wasmer_runtime_core::{
|
||||
codegen::{Event, EventSink, FunctionMiddleware, InternalEvent},
|
||||
module::ModuleInfo,
|
||||
};
|
||||
use std::sync::{Arc, atomic::{Ordering, AtomicU32}};
|
||||
|
||||
pub struct CallTrace {
|
||||
counter: Arc<AtomicU32>,
|
||||
|
Reference in New Issue
Block a user