cargo fmt + clippy
This commit is contained in:
@@ -51,7 +51,7 @@ where
|
||||
.await
|
||||
.map_err(MpdClientError::ConnectionError)?;
|
||||
|
||||
return Ok(version_line.trim().to_string());
|
||||
Ok(version_line.trim().to_string())
|
||||
}
|
||||
|
||||
async fn read_response(&mut self) -> Result<Vec<u8>, MpdClientError> {
|
||||
|
||||
Reference in New Issue
Block a user