Skip to content

Commit

Permalink
Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusgo committed Aug 25, 2023
1 parent 85509a2 commit 43de0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotham-asset-client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ mod tests {
#[test]
fn it_works() -> Result<(), Box<dyn std::error::Error>> {
let (sender, mut receiver) = tokio::sync::mpsc::channel(100);
let files: Vec<String> = vec![
let files: Vec<String> = [
"Many",
"Different",
"Files",
Expand Down

0 comments on commit 43de0f8

Please sign in to comment.