mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[PR #165] [MERGED] Format according to rustfmt guidelines #821
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#821
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/165
Author: @sashahilton00
Created: 2/25/2018
Status: ✅ Merged
Merged: 2/26/2018
Merged by: @sashahilton00
Base:
master← Head:rustfmt📝 Commits (2)
237ef1eFormat according to rustfmt53387a3Update travis to run rustfmt against all crates📊 Changes
23 files changed (+501 additions, -359 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
audio/src/decrypt.rs(+5 -4)📝
audio/src/fetch.rs(+45 -25)📝
audio/src/lewton_decoder.rs(+5 -4)📝
audio/src/lib.rs(+9 -7)📝
audio/src/libvorbis_decoder.rs(+9 -6)📝
examples/play.rs(+7 -4)📝
playback/src/audio_backend/alsa.rs(+16 -8)📝
playback/src/audio_backend/jackaudio.rs(+22 -10)📝
playback/src/audio_backend/mod.rs(+11 -5)📝
playback/src/audio_backend/pipe.rs(+4 -2)📝
playback/src/audio_backend/portaudio.rs(+24 -23)📝
playback/src/audio_backend/pulseaudio.rs(+36 -31)📝
playback/src/config.rs(+1 -1)📝
playback/src/lib.rs(+3 -2)📝
playback/src/mixer/mod.rs(+4 -2)📝
playback/src/mixer/softmixer.rs(+9 -9)📝
playback/src/player.rs(+133 -90)📝
protocol/build.rs(+43 -72)📝
protocol/files.rs(+1 -1)...and 3 more files
📄 Description
These changes were generated by running
cargo fmt --allagainst the project. Will let Travis build to confirm all is good, then merge.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.