Skip to content
Snippets Groups Projects
Commit d84c2dc1 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

#239: fix: clippy

parent 28befb32
No related branches found
No related tags found
No related merge requests found
......@@ -112,12 +112,12 @@ async fn release(
branch: String,
milestone: String,
) -> Result<()> {
let mut release_notes = String::from(format!(
let mut release_notes = format!(
"
# {title}
"
));
);
if let Some(network) = network {
add_srtool_notes(network.clone(), &mut release_notes)?;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment