1
0
Fork 0
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:
thekr1s 2018-03-11 13:34:30 +01:00
parent b3966b0e08
commit b1f2a412ad
2 changed files with 9 additions and 7 deletions

View file

@ -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"),
}
};