@@ -6,7 +6,7 @@ |
||
6 | 6 | use TYPO3\CMS\Core\Resource\ResourceFactory; |
7 | 7 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
8 | 8 | |
9 | -class Preview extends AbstractProvider{ |
|
9 | +class Preview extends AbstractProvider { |
|
10 | 10 | |
11 | 11 | protected $itemsConfiguration = [ |
12 | 12 | 'tika_preview' => [ |
@@ -44,6 +44,6 @@ |
||
44 | 44 | */ |
45 | 45 | protected function getBackendUriBuilder(): UriBuilder |
46 | 46 | { |
47 | - return GeneralUtility::makeInstance(UriBuilder::class); |
|
47 | + return GeneralUtility::makeInstance(UriBuilder::class); |
|
48 | 48 | } |
49 | 49 | } |