fix
This commit is contained in:
parent
e5410890c9
commit
fe3c2c98d3
2 changed files with 310 additions and 306 deletions
614
Cargo.lock
generated
614
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -504,7 +504,7 @@ pub fn build_info(key: String, value: String) -> PreEscaped<String> {
|
||||||
"size" => {
|
"size" => {
|
||||||
return key_value(
|
return key_value(
|
||||||
"Size".to_string(),
|
"Size".to_string(),
|
||||||
bytesize::to_string(value.parse().unwrap(), false),
|
bytesize::ByteSize::b(value.parse().unwrap()).to_string(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue