Skip to content

Commit

Permalink
refactor: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan committed Dec 24, 2024
1 parent 4e63f02 commit 09c1374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pub use help::Help;
pub use library::Library;
pub use list::List;
pub use playlists::Playlists;
pub use queue::{Queue};
pub use queue::Queue;
4 changes: 2 additions & 2 deletions src/structs.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mod action;
mod jolt;
mod playlist;
mod song;
mod queue;
mod song;

pub use action::*;
pub use jolt::Jolt;
pub use playlist::Playlist;
pub use song::Song;
pub use queue::Queue;
pub use song::Song;

0 comments on commit 09c1374

Please sign in to comment.