| @@ -291,7 +291,7 @@ | ||
| 291 | 291 |                                      $message = trans('admin.common.csv_invalid_description_detail_upper_limit', [ | 
| 292 | 292 | '%line%' => $line, | 
| 293 | 293 | '%name%' => $headerByKey['description_detail'], | 
| 294 | - '%max%' => $this->eccubeConfig['eccube_ltext_len'],]); | |
| 294 | + '%max%' => $this->eccubeConfig['eccube_ltext_len'], ]); | |
| 295 | 295 | $this->addErrors($message); | 
| 296 | 296 | |
| 297 | 297 | return $this->renderWithError($form, $headers); |