Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
aborg-dev committed Jul 24, 2023
1 parent 15dc65e commit a322cd8
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 @@ -18,7 +18,7 @@ use near_primitives::config::ExtCosts;
use near_primitives::contract::ContractCode;
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 a322cd8

Please sign in to comment.