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

Commit 72f8164

Browse files
jonjohnsonjrthaJeztah
authored andcommitted
Fix lint issue
Signed-off-by: Jon Johnson <jonjohnson@google.com> (cherry picked from commit 8f11fbc87622702f8644cc385191bb95d4d19143) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: a42f8129fd92cb2ad30673bbc1501563c0cdfbf1 Component: cli
1 parent 292158c commit 72f8164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/cli/cli/config/configfile/file_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ func TestLoadFromReaderWithUsernamePassword(t *testing.T) {
392392

393393
for _, tc := range []types.AuthConfig{
394394
want,
395-
types.AuthConfig{
395+
{
396396
Auth: encodeAuth(&want),
397397
},
398398
} {

0 commit comments

Comments
 (0)