From c6038387db28644a0935e4c3f690d86e91047b3c Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 31 Mar 2024 17:55:38 -0700 Subject: [PATCH] Improve formatting. --- nb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nb b/nb index e1c1e51f..59740363 100755 --- a/nb +++ b/nb @@ -26016,8 +26016,8 @@ _todo() { { grep --color=never \ - -e "- \[[[:space:]]*\] " \ - -e "- \[x\] " \ + -e "- \[[[:space:]]*\] " \ + -e "- \[x\] " \ "${__item_path:-}" || : } | { local _counter=0