mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-27 23:50:02 +08:00
refactor: useless space
This commit is contained in:
@@ -24,7 +24,6 @@ pub struct HashBucket<D, K> {
|
||||
pub first_uncommitted: Pointer64<HashFixedDataInternal<D, K>>, // 0x0010
|
||||
}
|
||||
|
||||
|
||||
#[repr(C)]
|
||||
pub struct HashFixedDataInternal<D, K> {
|
||||
pub ui_key: K, // 0x0000
|
||||
|
||||
Reference in New Issue
Block a user