From 41e45beb71307f7cf443cebf925aa311e7d6e89c Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 11 Aug 2025 20:43:01 -0400 Subject: [PATCH] go fmt --- cmd/root.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 2f66ee9..1ca5506 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -22,8 +22,6 @@ import ( "github.com/spf13/cobra" ) - - // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "mathtools", @@ -59,5 +57,3 @@ func init() { // when this action is called directly. rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle") } - -