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") } - -