apply formatting
This commit is contained in:
@@ -41,7 +41,10 @@ type AudioResult<T> = Result<T, AudioError>;
|
||||
|
||||
impl AudioClient {
|
||||
fn get(&self, url: Url) -> reqwest::RequestBuilder {
|
||||
self.client.get(url).header("Authorization", self.authorization.clone().unwrap_or(String::new()))
|
||||
self.client.get(url).header(
|
||||
"Authorization",
|
||||
self.authorization.clone().unwrap_or(String::new()),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user