Linting (clean-up whitespace).

This commit is contained in:
barryhughes 2023-01-19 10:07:39 -08:00
parent f11def132b
commit c42f99048d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ abstract class WC_CSV_Batch_Exporter extends WC_CSV_Exporter {
protected function write_csv_data( $data ) {
if ( ! file_exists( $this->get_file_path() ) || ! is_writeable( $this->get_file_path() ) ) {
wc_get_logger()->error(
wc_get_logger()->error(
sprintf(
/* translators: %s is file path. */
__( 'Unable to create or write to %s during CSV export. Please check file permissions.', 'woocommerce' ),