Skip to content

Commit

Permalink
files formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhikhapare committed Jun 30, 2023
1 parent 65c0d65 commit e1fc5a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/civo/api_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package civo

import (
"context"
"github.com/1Password/shell-plugins/sdk"

"github.com/1Password/shell-plugins/sdk"
"github.com/1Password/shell-plugins/sdk/importer"
"github.com/1Password/shell-plugins/sdk/provision"
"github.com/1Password/shell-plugins/sdk/schema"
Expand Down
2 changes: 1 addition & 1 deletion plugins/civo/api_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestAPIKeyImporter(t *testing.T) {
Fields: map[sdk.FieldName]string{
fieldname.APIKey: "XFIx85McyfCQc490j1tBa5b5s2XiWerNdOdfnkrOnchEXAMPLE",
},
NameHint:"testdemoname",
NameHint: "testdemoname",
},
},
},
Expand Down

0 comments on commit e1fc5a0

Please sign in to comment.