Revert "Fix clippy fmt"

This reverts commit bac036ceaa.
This commit is contained in:
godmodegalactus 2024-03-28 11:49:17 +01:00
parent bac036ceaa
commit 02229060cf
No known key found for this signature in database
GPG Key ID: 22DA4A30887FDA3C
2 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@ use solana_sdk::commitment_config::CommitmentConfig;
use solana_lite_rpc_core::solana_utils::hash_from_str;
use solana_lite_rpc_core::structures::block_info::BlockInfo;
use tokio_util::sync::CancellationToken;
use std::collections::{BTreeSet, HashMap, HashSet};
use std::time::Duration;
use tokio::sync::broadcast::Receiver;
use tokio::task::JoinHandle;
use tokio::time::{sleep, Instant};
use tokio_util::sync::CancellationToken;
use tracing::debug_span;
use yellowstone_grpc_proto::geyser::subscribe_update::UpdateOneof;
use yellowstone_grpc_proto::geyser::SubscribeUpdate;

View File

@ -33,11 +33,11 @@ use solana_sdk::{
transaction::TransactionError,
};
use solana_transaction_status::{Reward, RewardType};
use tokio_util::sync::CancellationToken;
use std::cell::OnceCell;
use std::collections::HashMap;
use std::sync::Arc;
use tokio::sync::Notify;
use tokio_util::sync::CancellationToken;
use tracing::trace_span;
use yellowstone_grpc_client::GeyserGrpcClient;
use yellowstone_grpc_proto::geyser::subscribe_update::UpdateOneof;