cargo fmt

This commit is contained in:
Michael Vines 2020-09-24 08:57:18 -07:00
parent 92406cf9a0
commit 199940d683
2 changed files with 5 additions and 3 deletions

View File

@ -12,9 +12,9 @@ use crate::{
blockhash_queue::BlockhashQueue,
builtins::*,
epoch_stakes::{EpochStakes, NodeVoteAccounts},
instruction_recorder::InstructionRecorder,
feature::Feature,
feature_set::{self, FeatureSet},
instruction_recorder::InstructionRecorder,
log_collector::LogCollector,
message_processor::{Executors, MessageProcessor},
nonce_utils,

View File

@ -1,7 +1,9 @@
use crate::{
instruction_recorder::InstructionRecorder, log_collector::LogCollector,
native_loader::NativeLoader, rent_collector::RentCollector,
feature_set::{self, FeatureSet},
instruction_recorder::InstructionRecorder,
log_collector::LogCollector,
native_loader::NativeLoader,
rent_collector::RentCollector,
};
use log::*;
use serde::{Deserialize, Serialize};