style: formatting

This commit is contained in:
Matouš Volf 2024-09-10 16:13:51 +02:00
parent 587ed9e2d7
commit a8d78f63ba

View File

@ -73,7 +73,7 @@ impl Ord for Task {
.then(ReverseOrdOption::from(
&self_time.as_ref().map(|calendar_time| calendar_time.time())
).cmp(&ReverseOrdOption::from(
&other_time.as_ref().map(|calendar_time| calendar_time.time())
&other_time.as_ref().map(|calendar_time| calendar_time.time())
)))
.then(ReverseOrdOption::from(&self.deadline()).cmp(
&ReverseOrdOption::from(&other.deadline())