Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 3d1b9d9

Browse files
committed
Run gofmt
1 parent 66b1f9b commit 3d1b9d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internals/secrethub/org_init_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ func TestOrgInitCommand_Run(t *testing.T) {
5454
force: true,
5555
},
5656
service: fakeclient.OrgService{
57-
CreateFunc: func(name string, description string) (*api.Org, error) {
58-
return nil, testErr
59-
},
57+
CreateFunc: func(name string, description string) (*api.Org, error) {
58+
return nil, testErr
59+
},
6060
},
6161
out: "Creating organization...\n",
6262
err: testErr,

0 commit comments

Comments
 (0)