Skip to content

Commit 9bab9d6

Browse files
committed
fixing linting issue
1 parent d615ffe commit 9bab9d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/junie/junie.go

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

1010
func JunieCLI() schema.Executable {
1111
return schema.Executable{
12-
Name: "JetBrains Junie CLI",
13-
Runs: []string{"junie"},
14-
DocsURL: sdk.URL("https://junie.jetbrains.com/docs/junie-cli-usage.html"),
12+
Name: "JetBrains Junie CLI",
13+
Runs: []string{"junie"},
14+
DocsURL: sdk.URL("https://junie.jetbrains.com/docs/junie-cli-usage.html"),
1515
NeedsAuth: needsauth.IfAll(
1616
needsauth.NotForHelpOrVersion(),
1717
needsauth.NotWithoutArgs(),

0 commit comments

Comments
 (0)