From 4fbe3fdd8f989d7786ade86f7d8f17e1d4c289be Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Mon, 1 Apr 2019 12:41:08 -0600 Subject: [PATCH] removed extra line of whitespace --- modules/backend/formwidgets/Repeater.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/backend/formwidgets/Repeater.php b/modules/backend/formwidgets/Repeater.php index 83e4ebe0d..3374f40c4 100644 --- a/modules/backend/formwidgets/Repeater.php +++ b/modules/backend/formwidgets/Repeater.php @@ -189,7 +189,6 @@ class Repeater extends FormWidgetBase if ($this->useGroups) { foreach ($value as $index => &$data) { $data['_group'] = $this->getGroupCodeFromIndex($index); - } // Make sure the $data reference is removed from memory so that the next loop won't modify it // which would cause the last item to receive the group code of the second-last item