mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-10 13:39:08 +08:00
refactor indentation
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user