Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay authored and solana-grimes committed Oct 16, 2018
1 parent 926fdb7 commit d0c19c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use bincode::serialize;
use budget_program::BudgetState;
use budget_transaction::BudgetTransaction;
use counter::Counter;
use native_loader;
use entry::Entry;
use hash::{hash, Hash};
use itertools::Itertools;
Expand All @@ -17,6 +16,7 @@ use leader_scheduler::LeaderScheduler;
use ledger::Block;
use log::Level;
use mint::Mint;
use native_loader;
use payment_plan::Payment;
use poh_recorder::PohRecorder;
use rayon::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion tests/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ extern crate solana_program_interface;

use bincode::serialize;
use solana::bank::Bank;
use solana::native_loader;
use solana::loader_transaction::LoaderTransaction;
use solana::logger;
use solana::mint::Mint;
use solana::native_loader;
use solana::signature::{Keypair, KeypairUtil};
use solana::system_transaction::SystemTransaction;
use solana::transaction::Transaction;
Expand Down

0 comments on commit d0c19c2

Please sign in to comment.