Skip to content

Commit

Permalink
Merge pull request #1822 from GSA/fix-lint-error
Browse files Browse the repository at this point in the history
PXBF: fix lint error
  • Loading branch information
scottqueen-bixal authored Sep 18, 2024
2 parents f2541a9 + b1b0907 commit 8219282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function __construct(
FileRepositoryInterface $file_repository,
FileUrlGeneratorInterface $file_url_generator,
Connection $database,
RequestStack $request_stack
RequestStack $request_stack,
) {
$this->entityTypeManager = $entity_type_manager;
$this->fileSystem = $file_system;
Expand Down

0 comments on commit 8219282

Please sign in to comment.