aboutsummaryrefslogtreecommitdiffstats
path: root/src/abconfig.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/abconfig.rs')
-rw-r--r--src/abconfig.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/abconfig.rs b/src/abconfig.rs
index 36b3427..7957dea 100644
--- a/src/abconfig.rs
+++ b/src/abconfig.rs
@@ -14,10 +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 ABConfig;