Skip to content

Commit 106def2

Browse files
chore: use tabs not spaces
1 parent 7eaf791 commit 106def2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/github-mcp-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var (
6464
func init() {
6565
cobra.OnInitialize(initConfig)
6666

67-
rootCmd.SetVersionTemplate("{{.Short}}\n{{.Version}}\n")
67+
rootCmd.SetVersionTemplate("{{.Short}}\n{{.Version}}\n")
6868

6969
// Add global flags that will be shared by all commands
7070
rootCmd.PersistentFlags().Bool("read-only", false, "Restrict the server to read-only operations")

0 commit comments

Comments
 (0)