Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
conblem committed Jan 14, 2021
1 parent 35da5ab commit 1c53793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ use std::pin::Pin;
use std::task::{Context, Poll};
use tokio::io::{AsyncRead, AsyncWrite, Error as IoError, ErrorKind, ReadBuf, Result as IoResult};
use tokio::net::{TcpListener, TcpStream};
use tokio_stream::wrappers::TcpListenerStream;
use tracing::field::{display, Empty};
use tracing::{debug_span, error, info, Instrument, Span};
use tokio_stream::wrappers::TcpListenerStream;

use crate::config::ProxyProtocol;

Expand Down

0 comments on commit 1c53793

Please sign in to comment.