Add rustfmt.toml and cargo fmt
(#23238)
* fmt * formatted Co-authored-by: Lucas B <buffalu@jito.network>
This commit is contained in:
@@ -271,8 +271,11 @@ fn main() {
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod test {
|
||||
use solana_local_cluster::{cluster::Cluster, local_cluster::LocalCluster};
|
||||
use {super::*, solana_sdk::timing::timestamp};
|
||||
use {
|
||||
super::*,
|
||||
solana_local_cluster::{cluster::Cluster, local_cluster::LocalCluster},
|
||||
solana_sdk::timing::timestamp,
|
||||
};
|
||||
|
||||
#[test]
|
||||
fn test_dos() {
|
||||
|
Reference in New Issue
Block a user