mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #74] [MERGED] Run rustfmt across codebase #227
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#227
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/ramsayleung/rspotify/pull/74
Author: @Rigellute
Created: 1/29/2020
Status: ✅ Merged
Merged: 1/29/2020
Merged by: @ramsayleung
Base:
master← Head:run-fmt📝 Commits (2)
d32e1c8Run rustfmt across codebased9e7857Merge branch 'master' of https://github.com/ramsayleung/rspotify into run-fmt📊 Changes
71 files changed (+2429 additions, -2333 deletions)
View changed files
📝
examples/artist_top_tracks.rs(+6 -4)📝
examples/artists_albums.rs(+8 -2)📝
examples/categories.rs(+2 -3)📝
examples/current_playback.rs(+1 -2)📝
examples/current_playing.rs(+1 -2)📝
examples/current_user_followed_artists.rs(+1 -2)📝
examples/current_user_playing_track.rs(+1 -2)📝
examples/current_user_playlists.rs(+1 -3)📝
examples/current_user_recently_played.rs(+1 -2)📝
examples/current_user_saved_albums.rs(+1 -2)📝
examples/current_user_saved_albums_add.rs(+1 -2)📝
examples/current_user_saved_albums_contains.rs(+1 -2)📝
examples/current_user_saved_albums_delete.rs(+1 -2)📝
examples/current_user_saved_tracks.rs(+1 -2)📝
examples/current_user_saved_tracks_add.rs(+1 -2)📝
examples/current_user_saved_tracks_contains.rs(+1 -2)📝
examples/current_user_saved_tracks_delete.rs(+1 -3)📝
examples/current_user_top_artists.rs(+1 -2)📝
examples/current_user_top_tracks.rs(+1 -2)📝
examples/device.rs(+1 -2)...and 51 more files
📄 Description
This was easily done by running
cargo fmt -- --emit files.rustfmtgives a consistent code format which, in my view, makes collaborationeasier and more consistent.
If lints are added to CI, this PR would fix fmt issues.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.