Skip to content

Commit ea7d1b8

Browse files
committed
fix lint
1 parent 3bf856f commit ea7d1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/skaffold/kubernetes/status/status_check_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ func TestExitErrorMessage(t *testing.T) {
262262
shouldErr: true,
263263
},
264264
{
265-
description: "0 deployments",
266-
counter: &counter{total: 0},
265+
description: "0 deployments",
266+
counter: &counter{total: 0},
267267
expectedCode: proto.StatusCode_STATUSCHECK_SUCCESS,
268268
},
269269
{

0 commit comments

Comments
 (0)