From b2954c0461fb153d6ff7ad9b6199a3498b088078 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sat, 31 Jan 2026 11:30:08 -0700 Subject: [PATCH] no log confusing to read --- cmd/cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 57a2828..34c5da3 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -411,7 +411,7 @@ func Main() { }, ) if len(matches) == 0 { - log.Printf("%s %s %s", strings.Join(dates, "="), desc, amount) + fmt.Printf("%s %s %s\n", strings.Join(dates, "="), desc, amount) } }