From c07a5932cbf8ba5dbef3587fa68057484da3a262 Mon Sep 17 00:00:00 2001 From: funilrys Date: Sat, 3 Dec 2022 19:11:27 +0100 Subject: [PATCH] Apply fmt. --- dump/src/reader/v5/tasks.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/dump/src/reader/v5/tasks.rs b/dump/src/reader/v5/tasks.rs index 17c46f34d..7f64eb3f3 100644 --- a/dump/src/reader/v5/tasks.rs +++ b/dump/src/reader/v5/tasks.rs @@ -180,7 +180,6 @@ impl Task { } } - pub fn updated_at(&self) -> Option { match self.events.last() { Some(TaskEvent::Created(ts)) => Some(*ts),