removed extra spaces.

This commit is contained in:
Mick Chanthaseth 2024-02-19 15:41:15 -08:00 committed by GitHub
parent 9c870981e3
commit bae30fb397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ async fn main(_spawner: Spawner) {
// Do stuff with the class!
let in_fut = async {
let mut rng = RoscRng;
loop {
// every 1 second
_ = Timer::after_secs(1).await;