mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[PR #190] [MERGED] Merge imports #661
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#661
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/Rigellute/spotify-tui/pull/190
Author: @TimonPost
Created: 12/13/2019
Status: ✅ Merged
Merged: 12/24/2019
Merged by: @Rigellute
Base:
master← Head:merge_import📝 Commits (1)
65e19ddMerge imports📊 Changes
17 files changed (+96 additions, -84 deletions)
View changed files
📝
src/app.rs(+23 -22)📝
src/config.rs(+5 -3)📝
src/handlers/home.rs(+1 -2)📝
src/handlers/library.rs(+4 -2)📝
src/handlers/made_for_you.rs(+1 -2)📝
src/handlers/playbar.rs(+4 -2)📝
src/handlers/playlist.rs(+4 -2)📝
src/handlers/podcasts.rs(+1 -2)📝
src/handlers/recently_played.rs(+2 -4)📝
src/handlers/search_results.rs(+4 -2)📝
src/handlers/select_device.rs(+4 -2)📝
src/handlers/track_table.rs(+4 -2)📝
src/main.rs(+18 -16)📝
src/redirect_uri.rs(+5 -5)📝
src/ui/mod.rs(+10 -8)📝
src/user_config.rs(+4 -2)📝
src/util.rs(+2 -6)📄 Description
Ran rustfmt merge imports.
I really like this in my libraries. To me, this looks way cleaner.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.