chore: fix formatting

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2024-12-31 01:23:51 +11:00
parent 5eeb59dad2
commit 0449c35e52
3 changed files with 6 additions and 4 deletions
+4 -1
View File
@@ -2,7 +2,10 @@
use crate::{
platform::types::*,
sync::{rwlock::{self, RwLock}, Mutex, MutexGuard},
sync::{
rwlock::{self, RwLock},
Mutex, MutexGuard,
},
};
/// A 48-bit integer, used for the 48-bit arithmetic in these functions.