Skip to content

Commit

Permalink
Remove semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Mar 4, 2024
1 parent e21c1be commit 9ec0d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/TranslatorServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace Pimcore\Bundle\StudioApiBundle\Service;

use Pimcore\Bundle\StudioApiBundle\Dto\Translation;;
use Pimcore\Bundle\StudioApiBundle\Dto\Translation;

/**
* @internal
Expand Down

0 comments on commit 9ec0d4d

Please sign in to comment.