mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 10:37:41 +08:00
Apply fmt.
This commit is contained in:
parent
528a944997
commit
c07a5932cb
@ -180,7 +180,6 @@ impl Task {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
pub fn updated_at(&self) -> Option<OffsetDateTime> {
|
pub fn updated_at(&self) -> Option<OffsetDateTime> {
|
||||||
match self.events.last() {
|
match self.events.last() {
|
||||||
Some(TaskEvent::Created(ts)) => Some(*ts),
|
Some(TaskEvent::Created(ts)) => Some(*ts),
|
||||||
|
Loading…
Reference in New Issue
Block a user