From 6eba05895f04a71c0aa6146427891e68ec05f076 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:59:49 -0600 Subject: [PATCH] comment --- pttodoer/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttodoer/src/main.rs b/pttodoer/src/main.rs index 97fc891..0d3029a 100644 --- a/pttodoer/src/main.rs +++ b/pttodoer/src/main.rs @@ -149,7 +149,7 @@ impl DB { // not_due.push // else // due.push - // all = not_due + due + // all = due + not_due // ordered // save to self.0 }