Skip to content

Commit 4d881d1

Browse files
RUST-2235: Rustfmt fixes
1 parent b567aca commit 4d881d1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/client/auth/gssapi.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ use crate::{
99
client::{
1010
auth::{
1111
sasl::{SaslContinue, SaslResponse, SaslStart},
12-
Credential, GSSAPI_STR,
12+
Credential,
13+
GSSAPI_STR,
1314
},
1415
options::ServerApi,
1516
},

src/client/auth/oidc.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ use crate::{
1818

1919
use super::{
2020
sasl::{SaslContinue, SaslResponse, SaslStart},
21-
AuthMechanism, Credential, MONGODB_OIDC_STR,
21+
AuthMechanism,
22+
Credential,
23+
MONGODB_OIDC_STR,
2224
};
2325

2426
pub(crate) const TOKEN_RESOURCE_PROP_STR: &str = "TOKEN_RESOURCE";

0 commit comments

Comments
 (0)