Skip to content

Commit 10dadf2

Browse files
Format code
This should fix the lint CI job
1 parent 06e114d commit 10dadf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/sentry/sentry_cli.go

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

1010
func SentryCLI() schema.Executable {
1111
return schema.Executable{
12-
Name: "Sentry CLI",
13-
Runs: []string{"sentry-cli"},
14-
DocsURL: sdk.URL("https://docs.sentry.io/product/cli/"),
12+
Name: "Sentry CLI",
13+
Runs: []string{"sentry-cli"},
14+
DocsURL: sdk.URL("https://docs.sentry.io/product/cli/"),
1515
NeedsAuth: needsauth.IfAll(
1616
needsauth.NotForHelpOrVersion(),
1717
needsauth.NotWhenContainsArgs("--auth-token"),

0 commit comments

Comments
 (0)