Apply fmt.

This commit is contained in:
funilrys 2022-12-03 19:11:27 +01:00
parent 528a944997
commit c07a5932cb
No known key found for this signature in database
GPG Key ID: 0D8BFEF5515C00C6

View File

@ -180,7 +180,6 @@ impl Task {
}
}
pub fn updated_at(&self) -> Option<OffsetDateTime> {
match self.events.last() {
Some(TaskEvent::Created(ts)) => Some(*ts),