removed extra line of whitespace

This commit is contained in:
Luke Towers 2019-04-01 12:41:08 -06:00
parent ecccafa319
commit 4fbe3fdd8f
1 changed files with 0 additions and 1 deletions

View File

@ -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