Skip to content

Commit 31322e1

Browse files
committed
Linter
1 parent 5317f24 commit 31322e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/signer/aws/signer_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ func TestNewKmsSignerFromClient_Success(t *testing.T) {
6363

6464
func TestNewKmsSignerFromClient_Validation(t *testing.T) {
6565
specs := map[string]struct {
66-
client KMSClient
67-
keyID string
68-
errSubstr string
66+
client KMSClient
67+
keyID string
68+
errSubstr string
6969
}{
7070
"empty key id": {
7171
client: &mockKMSClient{},

0 commit comments

Comments
 (0)