Skip to content

Commit 6a10050

Browse files
committed
gofmt-ed
1 parent b81b959 commit 6a10050

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/scaleway/scw.go

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

1010
func ScalewayCLI() schema.Executable {
1111
return schema.Executable{
12-
Name: "Scaleway CLI",
13-
Runs: []string{"scw"},
14-
DocsURL: sdk.URL("https://www.scaleway.com/en/cli/"),
12+
Name: "Scaleway CLI",
13+
Runs: []string{"scw"},
14+
DocsURL: sdk.URL("https://www.scaleway.com/en/cli/"),
1515
NeedsAuth: needsauth.IfAll(
1616
needsauth.NotForHelpOrVersion(),
1717
needsauth.NotWithoutArgs(),

0 commit comments

Comments
 (0)