mirror of https://github.com/stelzo/typst.git
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…
Reference in New Issue