Skip to content

Commit 14726db

Browse files
committed
remove newline
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 6467dca commit 14726db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/compute-domain-kubelet-plugin/cleanup.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ func (m *CheckpointCleanupManager) unprepareIfStale(ctx context.Context, cpuid s
113113

114114
claim, err := m.getClaimByName(ctx, cpclaim.Name, cpclaim.Namespace)
115115
if err != nil && errors.IsNotFound(err) {
116-
117116
klog.V(4).Infof(
118117
"Checkpointed RC cleanup: partially prepared claim '%s/%s:%s' is stale: not found in API server",
119118
cpclaim.Namespace,

0 commit comments

Comments
 (0)