style: formatting
This commit is contained in:
parent
587ed9e2d7
commit
a8d78f63ba
@ -73,7 +73,7 @@ impl Ord for Task {
|
|||||||
.then(ReverseOrdOption::from(
|
.then(ReverseOrdOption::from(
|
||||||
&self_time.as_ref().map(|calendar_time| calendar_time.time())
|
&self_time.as_ref().map(|calendar_time| calendar_time.time())
|
||||||
).cmp(&ReverseOrdOption::from(
|
).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(
|
.then(ReverseOrdOption::from(&self.deadline()).cmp(
|
||||||
&ReverseOrdOption::from(&other.deadline())
|
&ReverseOrdOption::from(&other.deadline())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user