From 7d7912a93e4f2cb80fcce5d4638991d7868f2e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 19 Sep 2018 16:35:05 +0200 Subject: [PATCH] [minor] remove unused space --- Export/Formatter/SpreadSheetFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Export/Formatter/SpreadSheetFormatter.php b/Export/Formatter/SpreadSheetFormatter.php index cda326815..7d5eb77aa 100644 --- a/Export/Formatter/SpreadSheetFormatter.php +++ b/Export/Formatter/SpreadSheetFormatter.php @@ -573,7 +573,7 @@ class SpreadSheetFormatter implements FormatterInterface case 'ods': return 'application/vnd.oasis.opendocument.spreadsheet'; case 'xlsx': - return ' application/vnd.openxmlformats-officedocument.' + return 'application/vnd.openxmlformats-officedocument.' . 'spreadsheetml.sheet'; } }