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;
|
||||
}
|
||||
|
||||
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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user