Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
steelgeek091 committed Sep 19, 2024
1 parent 1a93d61 commit 42b2b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveos/moveos/src/moveos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use move_core_types::{
use move_vm_runtime::config::VMConfig;
use move_vm_runtime::data_cache::TransactionCache;
use move_vm_runtime::native_functions::NativeFunction;
use moveos_common::types::ClassifiedGasMeter;
use moveos_store::config_store::ConfigDBStore;
use moveos_store::event_store::EventDBStore;
use moveos_store::state_store::statedb::StateDBStore;
Expand All @@ -43,7 +44,6 @@ use moveos_types::transaction::{
use parking_lot::RwLock;
use serde::{Deserialize, Serialize};
use std::sync::Arc;
use moveos_common::types::ClassifiedGasMeter;

#[derive(thiserror::Error, Debug)]
pub enum VMPanicError {
Expand Down

0 comments on commit 42b2b19

Please sign in to comment.