mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Fix clippy warning
This commit is contained in:
parent
2466e0b3c1
commit
336e714dba
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ impl Open for StdoutSink {
|
|||
info!("Using pipe sink with format: {:?}", format);
|
||||
Self {
|
||||
output: None,
|
||||
path: path,
|
||||
path,
|
||||
format,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue