mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Fix formatting
This commit is contained in:
parent
139328bb95
commit
7c1ee0ac0d
@ -283,7 +283,8 @@ fn parse_toml_date(dict: &Dict) -> Option<Datetime> {
|
|||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
|
|
||||||
let Ok(s) = String::from_value(dict.at("$__toml_private_datetime", None).unwrap()) else {
|
let Ok(s) = String::from_value(dict.at("$__toml_private_datetime", None).unwrap())
|
||||||
|
else {
|
||||||
return None;
|
return None;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user