Skip to content

Commit 3b091c8

Browse files
committed
style(server-communication-config): remove trailing whitespace
cargo +nightly fmt detected a trailing space after the period in a doc comment on the reqwest::Client sentence in middleware.rs. This is a pre-existing formatting issue with no functional impact.
1 parent 783f126 commit 3b091c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/bitwarden-server-communication-config/src/middleware.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use crate::CookieProvider;
1111
///
1212
/// Must be outermost in the middleware chain so it observes raw 3xx responses
1313
/// before auth middleware. Auto-redirect must be disabled on the underlying
14-
/// reqwest::Client.
14+
/// reqwest::Client.
1515
///
1616
/// On WASM targets, uses a proactive strategy: checks `needs_bootstrap()` before
1717
/// each request, acquires cookies if needed, injects them, then sends. This is

0 commit comments

Comments
 (0)