From 0d8edf0a68a959268e448040a0703a77edadf35e Mon Sep 17 00:00:00 2001 From: RLT Date: Tue, 4 Feb 2025 16:01:45 -0600 Subject: [PATCH] Fixes 80 char line length --- .../Plugin/TripalImporter/TripalCultivatePhenoshareImporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trpcultivate_phenoshare/src/Plugin/TripalImporter/TripalCultivatePhenoshareImporter.php b/trpcultivate_phenoshare/src/Plugin/TripalImporter/TripalCultivatePhenoshareImporter.php index d42bfc1b..45f5f817 100644 --- a/trpcultivate_phenoshare/src/Plugin/TripalImporter/TripalCultivatePhenoshareImporter.php +++ b/trpcultivate_phenoshare/src/Plugin/TripalImporter/TripalCultivatePhenoshareImporter.php @@ -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.'));