refactor: useless space

This commit is contained in:
Liam
2025-10-14 23:11:23 -04:00
parent 9f0e2582dd
commit b22d38746c

View File

@@ -24,7 +24,6 @@ pub struct HashBucket<D, K> {
pub first_uncommitted: Pointer64<HashFixedDataInternal<D, K>>, // 0x0010 pub first_uncommitted: Pointer64<HashFixedDataInternal<D, K>>, // 0x0010
} }
#[repr(C)] #[repr(C)]
pub struct HashFixedDataInternal<D, K> { pub struct HashFixedDataInternal<D, K> {
pub ui_key: K, // 0x0000 pub ui_key: K, // 0x0000