aboutsummaryrefslogtreecommitdiffstats
path: root/src/abook.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/abook.rs')
-rw-r--r--src/abook.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/abook.rs b/src/abook.rs
index 40ef5a4..8423872 100644
--- a/src/abook.rs
+++ b/src/abook.rs
@@ -14,11 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-use crate::{
- client::Client,
- error::Error,
-};
-
+use crate::{client::Client, error::Error};
pub struct Abook;