```rust let block_sectors = 1953458176; let size = ByteSize::kib(block_sectors / 2); println!("{}", size); ``` ### Expected Output: ``` 931.48 GiB ``` ### Actual Output: ``` 1000.2 GB ```