style: minor changes

This commit is contained in:
2025-03-15 16:37:16 -04:00
parent ce98afb11d
commit 638dc75cb7
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
use std::time::Duration;
use anyhow::{Context, Result};
use futures::StreamExt;
use log::{error, info, warn};
@@ -17,6 +15,7 @@ use matrix_sdk::{
},
},
};
use std::time::Duration;
use tokio::time::sleep;
async fn confirm_emojis(sas: SasVerification, emoji: [Emoji; 7]) {