mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Fix formatting
This commit is contained in:
parent
378bdea799
commit
275da58884
1 changed files with 1 additions and 1 deletions
|
@ -4,9 +4,9 @@ use std::{
|
|||
convert::Infallible,
|
||||
net::{IpAddr, SocketAddr, TcpListener},
|
||||
pin::Pin,
|
||||
str::FromStr,
|
||||
sync::Arc,
|
||||
task::{Context, Poll},
|
||||
str::FromStr
|
||||
};
|
||||
|
||||
use aes::cipher::{KeyIvInit, StreamCipher};
|
||||
|
|
Loading…
Reference in a new issue