mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-06 03:50:06 +02:00
fir rustfmt issues
This commit is contained in:
parent
b3966b0e08
commit
b1f2a412ad
2 changed files with 9 additions and 7 deletions
|
@ -287,7 +287,7 @@ fn setup(args: &[String]) -> Setup {
|
|||
name: name,
|
||||
device_type: device_type,
|
||||
volume: initial_volume,
|
||||
linear_volume: matches.opt_present("linear-volume")
|
||||
linear_volume: matches.opt_present("linear-volume"),
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue