ci: detect trailing whitespace (#7013)

This commit is contained in:
Alice Ryhl
2024-12-04 17:23:13 +01:00
committed by GitHub
parent 0b31c2f73d
commit c032ea0203
9 changed files with 29 additions and 28 deletions
+2 -2
View File
@@ -39,9 +39,9 @@ use tokio::task::{spawn_local, JoinHandle, LocalSet};
/// task::spawn_local(async move {
/// println!("{}", data_clone);
/// });
///
///
/// data.to_string()
/// }
/// }
/// }).await.unwrap();
/// println!("output: {}", output);
/// }