Skip to content

Commit

Permalink
chore: fix a clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
coolkiid committed Mar 28, 2024
1 parent 2ec761d commit 78d0a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/wasapi/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ impl Device {
channels: format.channels,
min_sample_rate: sample_rate,
max_sample_rate: sample_rate,
buffer_size: format.buffer_size.clone(),
buffer_size: format.buffer_size,
sample_format,
})
}
Expand Down

0 comments on commit 78d0a03

Please sign in to comment.