Skip to content

Commit ad2e250

Browse files
committed
cargo fmt
1 parent d6a81f5 commit ad2e250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/grpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub(crate) struct ProxyServer {
6969
impl ProxyServer {
7070
/// Create new `ProxyServer`.
7171
#[must_use]
72-
#[allow(clippy::too_many_arguments)]
72+
#[allow(clippy::too_many_arguments)]
7373
pub(crate) fn new(
7474
cookie_key: Arc<RwLock<Option<Key>>>,
7575
cert_dir: PathBuf,

0 commit comments

Comments
 (0)