Skip to content

Commit

Permalink
Fix clippy complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
julianandrews committed Nov 25, 2022
1 parent 8f36f3d commit 28801d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block_stream/inotify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ async fn render_file(name: &str, file: &std::path::Path, json: bool) -> Result<S
file: file.to_string_lossy().into_owned(),
contents,
};
RENDERER.render(&name, data)
RENDERER.render(name, data)
}

0 comments on commit 28801d2

Please sign in to comment.