Skip to content

Commit cd872b4

Browse files
committed
fix: lint error
1 parent cdd59e6 commit cd872b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
->inject('response')
2929
->action(function (Response $response) {
3030
$response->addHeader('Server', 'OpenRuntimes Executor');
31-
});
31+
});
3232

3333
run(function () {
3434
$orchestration = new Orchestration(new DockerAPI(

0 commit comments

Comments
 (0)