refactor indentation

This commit is contained in:
Khwanchanok Srimool
2018-05-20 03:25:30 +07:00
parent 52f7e4e97e
commit 6afdadd28f

View File

@ -46,9 +46,7 @@ public class CircleLinkedList<E>{
// scrubbing // scrubbing
iterator.next = null; iterator.next = null;
iterator.value = null; iterator.value = null;
return saved; return saved;
} }
} }