Skip to content

Commit 479d26c

Browse files
committed
chore: fmt
1 parent 27e2bc2 commit 479d26c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

magicblock-chainlink/src/remote_account_provider/chain_laser_actor.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
use futures_util::{Stream, StreamExt};
2-
use log::*;
3-
use solana_account::Account;
41
use std::{collections::HashMap, pin::Pin};
5-
use tokio_stream::StreamMap;
62

3+
use futures_util::{Stream, StreamExt};
74
use helius_laserstream::{
85
client,
96
grpc::{
@@ -12,8 +9,11 @@ use helius_laserstream::{
129
},
1310
ChannelOptions, LaserstreamConfig, LaserstreamError,
1411
};
12+
use log::*;
13+
use solana_account::Account;
1514
use solana_pubkey::Pubkey;
1615
use tokio::sync::{mpsc, oneshot};
16+
use tokio_stream::StreamMap;
1717

1818
use crate::remote_account_provider::{
1919
pubsub_common::{

magicblock-chainlink/src/remote_account_provider/chain_laser_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
use log::*;
21
use std::sync::{Arc, Mutex};
32

43
use async_trait::async_trait;
4+
use log::*;
55
use solana_pubkey::Pubkey;
66
use tokio::sync::{mpsc, oneshot};
77

0 commit comments

Comments
 (0)