Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
akashin committed Jun 21, 2023
1 parent 2072fef commit 3e15d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nearcore/src/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use near_primitives::contract::ContractCode;
use near_primitives::epoch_manager::block_info::BlockInfo;
use near_primitives::errors::{InvalidTxError, RuntimeError, StorageError};
use near_primitives::hash::{hash, CryptoHash};
use near_primitives::receipt::{Receipt, DelayedReceiptIndices};
use near_primitives::receipt::{DelayedReceiptIndices, Receipt};
use near_primitives::runtime::config_store::RuntimeConfigStore;
use near_primitives::runtime::migration_data::{MigrationData, MigrationFlags};
use near_primitives::sandbox::state_patch::SandboxStatePatch;
Expand Down

0 comments on commit 3e15d78

Please sign in to comment.