mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
[minor] remove unused space
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user