diff --git a/app/http.php b/app/http.php index 1d6a944..35c06fa 100644 --- a/app/http.php +++ b/app/http.php @@ -1491,7 +1491,7 @@ function (string $runtimeId, ?string $payload, string $path, string $method, mix */ $allowList = empty(Http::getEnv('OPR_EXECUTOR_RUNTIMES')) ? [] : \explode(',', Http::getEnv('OPR_EXECUTOR_RUNTIMES')); - if(Http::isDevelopment()) { + if (Http::isDevelopment()) { // Useful to prevent auto-pulling from remote when testing local images Console::info("Skipping image pulling in development mode."); } else {