chore(fmt): Format the code

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-05-26 18:49:15 +03:00
parent 25d94ccc40
commit 9100ebcb11
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F
2 changed files with 8 additions and 7 deletions

View file

@ -64,6 +64,7 @@ impl PingList for Mutex<Vec<PingedBot>> {
log::debug!("Response status: {result}"); log::debug!("Response status: {result}");
result result
} }
fn new_res(&self, telegram_id: u64) { fn new_res(&self, telegram_id: u64) {
log::debug!("New res from: {telegram_id}"); log::debug!("New res from: {telegram_id}");
let mut bots = self.lock().unwrap(); let mut bots = self.lock().unwrap();