tsk-56: Code formatting
This commit is contained in:
@@ -232,7 +232,9 @@ async fn some_work(
|
||||
println!("Updated queued song");
|
||||
println!("Response: {_inner_response:?}");
|
||||
|
||||
let song_type = String::from(icarus_meta::detection::song::constants::FLAC_TYPE);
|
||||
let song_type = String::from(
|
||||
icarus_meta::detection::song::constants::FLAC_TYPE,
|
||||
);
|
||||
|
||||
match api::create_song::create(
|
||||
app, &metadata, user_id, &song_type,
|
||||
|
Reference in New Issue
Block a user