From 0a190cdde68f533086e029337fde07b74cd7147d Mon Sep 17 00:00:00 2001 From: necrashter Date: Sat, 23 Apr 2022 23:02:13 +0300 Subject: Comply with Rustfmt --- src/config.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 0584c31..297e587 100644 --- a/src/config.rs +++ b/src/config.rs @@ -6,7 +6,6 @@ use log::{error, info}; use serde::{Deserialize, Serialize}; use std::collections::HashMap; - /// Configuration struct for a single bot #[derive(Debug, Serialize, Deserialize, Clone, Default)] pub struct BotConfig { @@ -14,7 +13,6 @@ pub struct BotConfig { pub starting_balance: u16, } - /// Configuration for a single network #[derive(Debug, Serialize, Deserialize, Clone, Default)] pub struct Config { -- cgit v1.2.3-70-g09d2