Skip to content

Commit c66e385

Browse files
committed
fix coding style
1 parent 765caef commit c66e385

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/src/main/java/io/kubernetes/client/informer/cache/DeltaFIFO.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ private MutablePair<DeltaType, KubernetesObject> isDuplicate(
447447
MutablePair<DeltaType, KubernetesObject> deletionDelta = isDeletionDup(d1, d2);
448448

449449
// TODO: remove this after the cause of memory leakage is confirmed
450-
// Squashing deltas w/ the same resource version, note that is a temporary fix that eases memory intensity.
450+
// Squashing deltas w/ the same resource version, note that is a temporary fix that eases memory
451+
// intensity.
451452
if (deletionDelta != null) {
452453
return deletionDelta;
453454
}

0 commit comments

Comments
 (0)