Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
losman0s committed Jan 5, 2024
1 parent ad2d00e commit bef1162
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions observability/indexer/src/commands/index_accounts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ use tonic::Status;
use tracing::{debug, error, info, warn};
use uuid::Uuid;
use yellowstone_grpc_client::GeyserGrpcClient;
use yellowstone_grpc_proto::{
geyser::{
subscribe_update::UpdateOneof, CommitmentLevel, SubscribeRequest,
SubscribeRequestFilterAccounts, SubscribeRequestFilterSlots,
},
use yellowstone_grpc_proto::geyser::{
subscribe_update::UpdateOneof, CommitmentLevel, SubscribeRequest,
SubscribeRequestFilterAccounts, SubscribeRequestFilterSlots,
};

#[derive(Envconfig, Debug, Clone)]
Expand Down

0 comments on commit bef1162

Please sign in to comment.