Skip to content

Commit

Permalink
bot: fix cs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil authored and kbond committed Sep 26, 2024
1 parent 36329a1 commit f0088cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Fixture/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Symfony\Component\Clock\Clock;
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Exception\OutOfBoundsException;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
use Symfony\Component\Messenger\Retry\MultiplierRetryStrategy;
Expand Down Expand Up @@ -54,7 +53,6 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load
}

$this->registerRetryStrategyWithoutJitter($c);

}

/**
Expand Down

0 comments on commit f0088cc

Please sign in to comment.