Skip to content

Commit 786ad62

Browse files
committed
lint: Apply lints
1 parent b08ee4c commit 786ad62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

credentialsd/src/dbus/flow_control.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ use std::future::Future;
55
use std::{collections::VecDeque, fmt::Debug, sync::Arc};
66

77
use credentialsd_common::model::{
8-
BackgroundEvent, CredentialRequest, CredentialResponse, Error as CredentialServiceError, WebAuthnError
8+
BackgroundEvent, CredentialRequest, CredentialResponse, Error as CredentialServiceError,
9+
WebAuthnError,
910
};
1011
use credentialsd_common::server::{Device, RequestId};
1112
use futures_lite::StreamExt;

0 commit comments

Comments
 (0)