Skip to content

Commit 5ea1cef

Browse files
committed
gofmt fix.
1 parent a262b27 commit 5ea1cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/token/token_manager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ func TestRequiresRefresh(t *testing.T) {
153153
expectRefresh: true,
154154
},
155155
{
156-
now: start.Add(0 * time.Minute),
157156
// expiry will be overwritten by the tweak below.
157+
now: start.Add(0 * time.Minute),
158158
exp: start.Add(60 * time.Minute),
159159
expectRefresh: false,
160160
requestTweaks: func(tr *authenticationv1.TokenRequest) {

0 commit comments

Comments
 (0)