Skip to content

Commit 3b7b2d0

Browse files
committed
ref: gofmt
1 parent ed4231a commit 3b7b2d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var (
3535
var rootCmd = &cobra.Command{
3636
Use: "convcommitlint",
3737
Short: "Lint conventional commits",
38-
Long: `A simple, slightly opinionated, yet usable linter for conventional commits written in Go`,
38+
Long: `A simple, slightly opinionated, yet usable linter for conventional commits written in Go`,
3939
Run: func(cmd *cobra.Command, args []string) {
4040
lint()
4141
},

0 commit comments

Comments
 (0)