style: 💄 fmt+lint issues
This commit is contained in:
parent
3393edfd90
commit
26f04edce1
@ -1,9 +1,10 @@
|
|||||||
use std::{fmt::Debug, pin::Pin};
|
use {
|
||||||
|
eyre::Result,
|
||||||
use futures::Stream;
|
futures::Stream,
|
||||||
use redis::stream::StreamMsg;
|
redis::stream::StreamMsg,
|
||||||
|
std::{fmt::Debug, pin::Pin},
|
||||||
use {eyre::Result, tonic::async_trait};
|
tonic::async_trait,
|
||||||
|
};
|
||||||
|
|
||||||
pub mod redis;
|
pub mod redis;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user