Skip to content

Commit

Permalink
DDST-188 : Linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-bd committed Jun 17, 2024
1 parent 92c4bf7 commit 9326701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FixityCheckService.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Link;
use Drupal\Core\Logger\LoggerChannelFactoryInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\Core\StringTranslation\TranslationInterface;
use Drupal\dgi_fixity\Entity\FixityCheck;
Expand All @@ -18,7 +19,6 @@
use Drupal\views\ViewExecutable;
use Drupal\views\Views;
use Psr\Log\LoggerInterface;
use Drupal\Core\Logger\LoggerChannelFactoryInterface;

/**
* Decorates the FileHash services adding additional functionality.
Expand Down

0 comments on commit 9326701

Please sign in to comment.