Skip to content

Commit

Permalink
ww
Browse files Browse the repository at this point in the history
  • Loading branch information
dn1t committed Jun 7, 2024
1 parent b15d2c5 commit 33b29b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/http/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ fn attach_proxy(
#[cfg(feature = "cookies")]
fn save_json<W, E, F>(store: &reqwest_cookie_store::CookieStore, writer: &mut W) -> Result<()>
where
W: Write,
W: std::io::BufWriter,
F: Fn(&reqwest::cookie::Cookie<'static>) -> Result<String, E>,
crate::Error: From<E>,
{
Expand Down

0 comments on commit 33b29b5

Please sign in to comment.