From bae30fb3973e0c35613422b1ecff299961b0dda4 Mon Sep 17 00:00:00 2001
From: Mick Chanthaseth <mchant@users.noreply.github.com>
Date: Mon, 19 Feb 2024 15:41:15 -0800
Subject: [PATCH] removed extra spaces.

---
 examples/rp/src/bin/usb_hid_mouse.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/rp/src/bin/usb_hid_mouse.rs b/examples/rp/src/bin/usb_hid_mouse.rs
index 3a5201b59..afebd8813 100644
--- a/examples/rp/src/bin/usb_hid_mouse.rs
+++ b/examples/rp/src/bin/usb_hid_mouse.rs
@@ -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;