Skip to content

Commit e1fc5a0

Browse files
committed
files formatted
1 parent 65c0d65 commit e1fc5a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/civo/api_key.go

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

33
import (
44
"context"
5-
6-
"github.com/1Password/shell-plugins/sdk"
5+
6+
"github.com/1Password/shell-plugins/sdk"
77
"github.com/1Password/shell-plugins/sdk/importer"
88
"github.com/1Password/shell-plugins/sdk/provision"
99
"github.com/1Password/shell-plugins/sdk/schema"

plugins/civo/api_key_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestAPIKeyImporter(t *testing.T) {
4848
Fields: map[sdk.FieldName]string{
4949
fieldname.APIKey: "XFIx85McyfCQc490j1tBa5b5s2XiWerNdOdfnkrOnchEXAMPLE",
5050
},
51-
NameHint:"testdemoname",
51+
NameHint: "testdemoname",
5252
},
5353
},
5454
},

0 commit comments

Comments
 (0)