Skip to content

Commit

Permalink
fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed May 16, 2024
1 parent ff36db8 commit 2b5be9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
use OCA\NMCTheme\JSResourceLocatorExtension;
use OCA\NMCTheme\L10N\FactoryDecorator;
use OCA\NMCTheme\Listener\BeforeTemplateRenderedListener;
use OCA\NMCTheme\NavigationManagerDecorator;
use OCA\NMCTheme\MimeIconProviderDecorator;
use OCA\NMCTheme\NavigationManagerDecorator;
use OCA\NMCTheme\Search\SearchComposerDecorator;
use OCA\NMCTheme\Service\NMCFilesService;
use OCA\NMCTheme\Service\NMCThemesService;
Expand All @@ -49,14 +49,14 @@
use OCP\Files\IMimeTypeDetector;
use OCP\IConfig;
use OCP\INavigationManager;
use OCP\Preview\IMimeIconProvider;
use OCP\IServerContainer;

// FIXME: required private accesses; we have to find better ways
// when integrating upstream
use OCP\IServerContainer;
use OCP\IURLGenerator;
use OCP\IUserSession;
use OCP\L10N\IFactory;
use OCP\Preview\IMimeIconProvider;
use Psr\Container\ContainerInterface;
use Psr\Log\LoggerInterface;

Expand Down
2 changes: 1 addition & 1 deletion lib/MimeIconProviderDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

namespace OCA\NMCTheme;

use OCP\IConfig;
use OCP\Files\IMimeTypeDetector;
use OCP\IConfig;
use OCP\IURLGenerator;
use OCP\Preview\IMimeIconProvider;

Expand Down

0 comments on commit 2b5be9d

Please sign in to comment.