Skip to content

Commit b72a591

Browse files
chore: use tabs not spaces
1 parent 7eff904 commit b72a591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/github-mcp-server/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var (
6565
func init() {
6666
cobra.OnInitialize(initConfig)
6767

68-
rootCmd.SetVersionTemplate("{{.Short}}\n{{.Version}}\n")
68+
rootCmd.SetVersionTemplate("{{.Short}}\n{{.Version}}\n")
6969

7070
// Add global flags that will be shared by all commands
7171
rootCmd.PersistentFlags().StringSlice("toolsets", github.DefaultTools, "An optional comma separated list of groups of tools to allow, defaults to enabling all")

0 commit comments

Comments
 (0)