cargo fmt

This commit is contained in:
Henrik Friedrichsen
2020-07-31 22:23:03 +02:00
parent 0f0c0e1383
commit 8d8c79616c
5 changed files with 14 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ use crate::queue::Queue;
use crate::spotify::Spotify;
use crate::traits::{IntoBoxedViewExt, ListItem, ViewExt};
use crate::ui::show::ShowView;
use rspotify::model::show::{SimplifiedShow, FullShow};
use rspotify::model::show::{FullShow, SimplifiedShow};
use std::fmt;
use std::sync::Arc;