Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Nov 13, 2024
1 parent 8362d98 commit 4101d4c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vm/vm-runtime/src/move_vm_ext/write_op_converter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,25 +334,25 @@ impl<'r> WriteOpConverter<'r> {

#[cfg(test)]
mod tests {
use std::collections::BTreeMap;
use super::*;
use crate::{
data_cache::tests::as_resolver_with_group_size_kind,
move_vm_ext::resolver::ResourceGroupResolver,
};
use claims::{assert_none, assert_some_eq};
use move_core_types::{
identifier::Identifier,
language_storage::{StructTag, TypeTag},
};
use starcoin_vm_types::resource_group_adapter::{group_size_as_sum, GroupSizeKind};
use starcoin_vm_types::{
account_address::AccountAddress,
state_store::{
errors::StateviewError, state_storage_usage::StateStorageUsage,
state_value::StateValue, TStateView,
},
};
use starcoin_vm_types::resource_group_adapter::{group_size_as_sum, GroupSizeKind};
use claims::{assert_none, assert_some_eq};
use move_core_types::{
identifier::Identifier,
language_storage::{StructTag, TypeTag},
};
use std::collections::BTreeMap;

fn raw_metadata(v: u64) -> StateValueMetadata {
StateValueMetadata::legacy(v, &CurrentTimeMicroseconds { microseconds: v })
Expand Down

0 comments on commit 4101d4c

Please sign in to comment.