Skip to content

Commit

Permalink
cmd: Format cmd/serve
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed Nov 18, 2017
1 parent fdb752b commit bc2e7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

// serveCmd represents the serve command
var serveCmd = &cobra.Command{
Use: "serve",
Use: "serve",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println(cmd.UsageString())
},
Expand Down

0 comments on commit bc2e7c1

Please sign in to comment.