From c972179729ce6b21ddeae8ef8b7548a2f994b7d3 Mon Sep 17 00:00:00 2001
From: Eduardo Trujillo <ed@chromabits.com>
Date: Mon, 4 Apr 2022 18:41:38 -0700
Subject: [PATCH] style(main): Run cargo fmt

---
 src/main.rs | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 6c0ae5c..78e59a0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,7 @@
-use collective::{cli::{AppOpts, ConfigurableAppOpts}, config::ConfigFileFormat};
+use collective::{
+    cli::{AppOpts, ConfigurableAppOpts},
+    config::ConfigFileFormat,
+};
 use dbus_tokio::connection;
 use std::{path::PathBuf, sync::Arc};
 use tokio::{
-- 
GitLab