mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
[minor] remove unused space
This commit is contained in:
parent
7d85321303
commit
7d7912a93e
@ -573,7 +573,7 @@ class SpreadSheetFormatter implements FormatterInterface
|
|||||||
case 'ods':
|
case 'ods':
|
||||||
return 'application/vnd.oasis.opendocument.spreadsheet';
|
return 'application/vnd.oasis.opendocument.spreadsheet';
|
||||||
case 'xlsx':
|
case 'xlsx':
|
||||||
return ' application/vnd.openxmlformats-officedocument.'
|
return 'application/vnd.openxmlformats-officedocument.'
|
||||||
. 'spreadsheetml.sheet';
|
. 'spreadsheetml.sheet';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user