Add a couple of missing spaces (code formatting).

This commit is contained in:
Néstor Soriano 2022-04-11 09:40:48 +02:00 committed by GitHub
parent b903b84edb
commit adfdeabc6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class WC_Product_CSV_Importer_Controller {
* @param bool $check_import_file_path If the import file path should be checked.
* @param string $file Path of the file to be checked.
*/
return wc_is_file_valid_csv($file, $check_path);
return wc_is_file_valid_csv( $file, $check_path );
}
/**