From d6183246a64f5d8f85176abdb553a4cd2e42b032 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 10 Jul 2024 15:04:07 +0200 Subject: [PATCH] chore: change a fixme --- src/clock.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/clock.rs b/src/clock.rs index 36174fd..12d36d8 100644 --- a/src/clock.rs +++ b/src/clock.rs @@ -138,8 +138,7 @@ impl Clock { } // FIXME: This generally works, but we want 0% at the start and 100% at the end, which does not - // fully work. - // We also want 50% at the half etc + // fully work. We also want 50% at the half etc. #10 fn timebar_ratio(&self) -> Option { let len = self.timebar_len()?; let since = (Local::now()