chore(fmt): Format the code
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
25d94ccc40
commit
9100ebcb11
2 changed files with 8 additions and 7 deletions
|
@ -64,6 +64,7 @@ impl PingList for Mutex<Vec<PingedBot>> {
|
|||
log::debug!("Response status: {result}");
|
||||
result
|
||||
}
|
||||
|
||||
fn new_res(&self, telegram_id: u64) {
|
||||
log::debug!("New res from: {telegram_id}");
|
||||
let mut bots = self.lock().unwrap();
|
||||
|
|
Loading…
Reference in a new issue