aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/template
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastructures/linkedlists/template')
-rw-r--r--src/datastructures/linkedlists/template2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastructures/linkedlists/template b/src/datastructures/linkedlists/template
index 07ceb60..c2ff722 100644
--- a/src/datastructures/linkedlists/template
+++ b/src/datastructures/linkedlists/template
@@ -232,7 +232,7 @@
£>if (( with_head )); then
else
this.head = node.next;
-£>fi
+£>fi
if (node.next != null)
node.next.previous = node.previous;
£>if (( with_tail )); then