Fixed blank lines around opening/closing class braces
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-07-21 13:33:20 -04:00
parent 61900e22c6
commit be2a30ceca
12 changed files with 0 additions and 34 deletions
-2
View File
@@ -9,7 +9,6 @@ use Slim\Views\Twig;
use BitGoblin\Colossus\Models\Benchmark;
class BenchmarkController extends Controller {
public function getIndex(Request $request, Response $response): Response {
// redirect the user back to the home page
$routeContext = RouteContext::fromRequest($request);
@@ -87,5 +86,4 @@ class BenchmarkController extends Controller {
->withHeader('Location', $routeParser->urlFor('benchmark.view', ['benchmark_id' => $benchmark->id]))
->withStatus(302);
}
}