Skip to content

Commit

Permalink
Remove trailing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Sep 13, 2018
1 parent 875a051 commit f20f5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/EditFormFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ protected function namespaceFields(FieldList $fields, array $context)
foreach ($fields->dataFields() as $field) {
$namespacedName = sprintf(self::FIELD_NAMESPACE_TEMPLATE, $elementID, $field->getName());
$field->setName($namespacedName);
};
}
}
}

0 comments on commit f20f5fe

Please sign in to comment.