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 faa5be9 commit 2536833
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 @@ -211,7 +211,7 @@ pub async fn fetch<R: Runtime>(
.iter_unexpired()
.map(|c| ::serde_json::to_string(c))
{
writeln!(writer, "{}", cookie?)?;
writeln!(&mut writer, "{}", cookie?)?;
}
}

Expand Down

0 comments on commit 2536833

Please sign in to comment.