cleanup: cargo fmt

This commit is contained in:
Nova
2025-06-30 01:56:42 -07:00
parent d0f88c13cd
commit 4b0969d9cf
5 changed files with 18 additions and 10 deletions

View File

@@ -29,4 +29,3 @@ impl<T: Send + Sync + 'static> BevyChannelReader<T> {
}
}
}