Skip to content

Commit

Permalink
Fixes 80 char line length
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldtan committed Feb 4, 2025
1 parent b1237a1 commit 0d8edf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ public function formValidate($form, &$form_state) {
}

if ($submit_form === FALSE) {
// Provide a general error message indicating that input values
// Provide a general error message indicating that input values
// and/or the data file may contain one or more errors.
$this->service_Messenger
->addError($this->t('Your file import was not successful. Please check the Validation Result Window for errors and try again.'));
Expand Down

0 comments on commit 0d8edf0

Please sign in to comment.