Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jul 19, 2021
1 parent 1e67623 commit c6b5fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vm/src/vmcontext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,8 @@ pub struct VMSharedSignatureIndex(u32);
mod test_vmshared_signature_index {
use super::VMSharedSignatureIndex;
use crate::vmoffsets::{TargetSharedSignatureIndex, VMOffsets};
use wasmer_types::ModuleInfo;
use std::mem::size_of;
use wasmer_types::ModuleInfo;

#[test]
fn check_vmshared_signature_index() {
Expand Down

0 comments on commit c6b5fe0

Please sign in to comment.