[PR #190] [MERGED] Merge imports #661

Closed
opened 2026-02-28 14:50:23 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: merge_import


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/190 **Author:** [@TimonPost](https://github.com/TimonPost) **Created:** 12/13/2019 **Status:** ✅ Merged **Merged:** 12/24/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `merge_import` --- ### 📝 Commits (1) - [`65e19dd`](https://github.com/Rigellute/spotify-tui/commit/65e19ddb8fde0387b42a8a3f3a00c7c02f5b4229) Merge imports ### 📊 Changes **17 files changed** (+96 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Ran rustfmt merge imports. I really like this in my libraries. To me, this looks way cleaner. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#661
No description provided.