Skip to content

Commit 7c7ebd1

Browse files
committed
Run gofmt -s
1 parent 46a90f6 commit 7c7ebd1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

plugins/localstack/api_key_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ package localstack
22

33
import (
44
"testing"
5-
5+
66
"github.com/1Password/shell-plugins/sdk"
77
"github.com/1Password/shell-plugins/sdk/plugintest"
88
"github.com/1Password/shell-plugins/sdk/schema/fieldname"
99
)
10-
10+
1111
func TestAPIKeyProvisioner(t *testing.T) {
1212
plugintest.TestProvisioner(t, APIKey().DefaultProvisioner, map[string]plugintest.ProvisionCase{
1313
"default": {

plugins/localstack/localstack.go

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

1010
func LocalStackCLI() schema.Executable {
1111
return schema.Executable{
12-
Name: "LocalStack CLI",
13-
Runs: []string{"localstack"},
14-
DocsURL: sdk.URL("https://docs.localstack.cloud/getting-started/installation/#localstack-cli"),
12+
Name: "LocalStack CLI",
13+
Runs: []string{"localstack"},
14+
DocsURL: sdk.URL("https://docs.localstack.cloud/getting-started/installation/#localstack-cli"),
1515
NeedsAuth: needsauth.IfAll(
1616
needsauth.NotForHelpOrVersion(),
1717
needsauth.NotWithoutArgs(),

0 commit comments

Comments
 (0)