From 72aca701103db5e3d3e57136d3b8b3cf2c21312f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 19 Feb 2019 13:28:07 +0000 Subject: [PATCH] asio: fix rubocop 0.65.0 style. --- Formula/asio.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/asio.rb b/Formula/asio.rb index d508340da4..28b3217a50 100644 --- a/Formula/asio.rb +++ b/Formula/asio.rb @@ -40,6 +40,7 @@ class Asio < Formula found = [pkgshare/"examples/cpp11/http/server/http_server", pkgshare/"examples/cpp03/http/server/http_server"].select(&:exist?) raise "no http_server example file found" if found.empty? + pid = fork do exec found.first, "127.0.0.1", "8080", "." end