summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-29 10:26:07 -0400
committerdemo <demo@antix1>2026-05-29 10:26:07 -0400
commit0495d3b492d90acc68cbdb320fb4afb8986a75ce (patch)
treef6b74d184df4f34340b27b340c444b6c7ae29635
parent5fdc04709975732733bf0ddc1308ea25c0cb453a (diff)
style: remove rogue empty line
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 96bbcfc..355ac01 100644
--- a/main.go
+++ b/main.go
@@ -14,7 +14,6 @@ func main() {
cmd := &cli.Command{
Commands: []*cli.Command{
{
-
Name: "add",
Aliases: []string{"a"},
Usage: "add a task to the list",