aboutsummaryrefslogtreecommitdiffstats
path: root/src/abook.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/abook.rs')
-rw-r--r--src/abook.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/abook.rs b/src/abook.rs
index f7469e3..bcedf81 100644
--- a/src/abook.rs
+++ b/src/abook.rs
@@ -25,9 +25,7 @@ pub struct AbookFetcher<'a> {
impl<'a> AbookFetcher<'a> {
pub fn new(client: &'a Client) -> AbookFetcher<'a> {
- AbookFetcher {
- client,
- }
+ AbookFetcher { client }
}
pub fn fetch(&self) -> Result<String, Error> {