Skip to content

Commit 515759b

Browse files
committed
fix linter
1 parent 6c8259d commit 515759b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/plugin/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import (
1010

1111
func main() {
1212
terraformCmd := &cobra.Command{
13-
Use: "terraform",
14-
Short: "Root command of the Atlas CLI plugin for Terraform's MongoDB Atlas Provider",
15-
Aliases: []string{"tf"},
13+
Use: "terraform",
14+
Short: "Root command of the Atlas CLI plugin for Terraform's MongoDB Atlas Provider",
15+
Aliases: []string{"tf"},
1616
}
1717

1818
terraformCmd.AddCommand(

0 commit comments

Comments
 (0)