Skip to content

Commit

Permalink
Fix formatting violation
Browse files Browse the repository at this point in the history
  • Loading branch information
elomatreb committed Oct 28, 2023
1 parent 9ce0cba commit 34b25f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpd_client/src/responses/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ where
}

let Some(message) = fields.next() else {
return Err(TypedResponseError::missing("message"))
return Err(TypedResponseError::missing("message"));
};

if &*message.0 != "message" {
Expand Down

0 comments on commit 34b25f7

Please sign in to comment.