mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #163] [CLOSED] Rustfmt syntax correction #820
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#820
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/librespot-org/librespot/pull/163
Author: @sashahilton00
Created: 2/23/2018
Status: ❌ Closed
Base:
master← Head:rustfmt📝 Commits (2)
ff1f7e1Add volume normalisation support6d24d8eRun rustfmt against whole project📊 Changes
23 files changed (+513 additions, -311 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
audio/src/decrypt.rs(+5 -4)📝
audio/src/fetch.rs(+45 -25)📝
audio/src/lewton_decoder.rs(+3 -2)📝
audio/src/lib.rs(+7 -5)📝
audio/src/libvorbis_decoder.rs(+7 -4)📝
examples/play.rs(+6 -3)📝
playback/Cargo.toml(+1 -0)📝
playback/src/audio_backend/alsa.rs(+16 -8)📝
playback/src/audio_backend/jackaudio.rs(+21 -9)📝
playback/src/audio_backend/mod.rs(+11 -5)📝
playback/src/audio_backend/pipe.rs(+4 -2)📝
playback/src/audio_backend/portaudio.rs(+22 -21)📝
playback/src/audio_backend/pulseaudio.rs(+32 -27)📝
playback/src/config.rs(+4 -0)📝
playback/src/lib.rs(+3 -1)📝
playback/src/mixer/mod.rs(+4 -2)📝
playback/src/mixer/softmixer.rs(+8 -8)📝
playback/src/player.rs(+166 -77)📝
protocol/build.rs(+42 -71)...and 3 more files
📄 Description
Given that we are now using rustfmt on librespot, I just ran
cargo fmt --allagainst the project, resulting in these changes. I assume that fmt has corrected things to the correct syntax where necessary and that this is something we want to merge?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.