Skip to content

Commit

Permalink
refactor: reformating and removed extra comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyNova016 committed Feb 11, 2025
1 parent 161aee9 commit 6da2c0c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/raw/response/art/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//TODO: https://listenbrainz.readthedocs.io/en/latest/users/api/art.html
// Currently no api responses have been made for this page.
// The header comments will be made as needed
// The header comments will be made as needed
2 changes: 1 addition & 1 deletion src/raw/response/metadata/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//TODO: https://listenbrainz.readthedocs.io/en/latest/users/api/metadata.html
// Currently no api responses have been made for this page.
// The header comments will be made as needed
// The header comments will be made as needed
2 changes: 1 addition & 1 deletion src/raw/response/popularity/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//TODO: https://listenbrainz.readthedocs.io/en/latest/users/api/popularity.html
// Currently no api responses have been made for this page.
// The header comments will be made as needed
// The header comments will be made as needed
2 changes: 1 addition & 1 deletion src/raw/response/recommendations/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//TODO: https://listenbrainz.readthedocs.io/en/latest/users/api/recommendation.html
// Currently no api responses have been made for this page.
// The header comments will be made as needed
// The header comments will be made as needed
2 changes: 1 addition & 1 deletion src/raw/response/recordings/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//TODO: https://listenbrainz.readthedocs.io/en/latest/users/api/recordings.html
// Currently no api responses have been made for this page.
// The header comments will be made as needed
// The header comments will be made as needed
2 changes: 1 addition & 1 deletion src/raw/response/settings/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//TODO: https://listenbrainz.readthedocs.io/en/latest/users/api/settings.html
// Currently no api responses have been made for this page.
// The header comments will be made as needed
// The header comments will be made as needed
3 changes: 0 additions & 3 deletions src/raw/response/social/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// --------- user/{user_name}/followers

use serde::Deserialize;
use serde::Serialize;

Expand Down Expand Up @@ -50,4 +48,3 @@ response_type! {
pub status: String,
}
}

3 changes: 1 addition & 2 deletions src/raw/response/statistics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ response_type! {
}
}


/// Type of the [`StatsUserReleasesResponse::payload`] field.
#[derive(Debug, Deserialize, Serialize, Clone, PartialEq, Eq)]
pub struct StatsUserReleasesPayload {
Expand Down Expand Up @@ -271,4 +270,4 @@ pub struct StatsSitewideArtistsArtist {
pub artist_mbids: Option<Vec<String>>,
pub artist_name: String,
pub listen_count: u64,
}
}

0 comments on commit 6da2c0c

Please sign in to comment.