Skip to content

Commit

Permalink
Fix format error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsayleung committed Aug 3, 2024
1 parent 1df76ee commit 7836a69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rspotify-model/src/track.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ use serde::{Deserialize, Serialize};
use std::collections::HashMap;

use crate::{
custom_serde::duration_ms, PlayableId, Restriction, SimplifiedAlbum, SimplifiedArtist, TrackId, Type
custom_serde::duration_ms, PlayableId, Restriction, SimplifiedAlbum, SimplifiedArtist, TrackId,
Type,
};

/// Full track object
Expand Down Expand Up @@ -47,7 +48,7 @@ pub struct TrackLink {
pub href: String,
pub id: Option<TrackId<'static>>,
pub r#type: Type,
pub uri: String
pub uri: String,
}

/// Intermediate full track wrapped by `Vec`
Expand Down

0 comments on commit 7836a69

Please sign in to comment.