Skip to content

Commit 96e9136

Browse files
committed
docker-machine-driver-xhyve: brew style --fix
Needed for Homebrew/brew#15136.
1 parent 718dbc0 commit 96e9136

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Formula/docker-machine-driver-xhyve.rb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ class DockerMachineDriverXhyve < Formula
2121
depends_on "docker-machine"
2222

2323
def install
24-
(buildpath/"gopath/src/github.com/zchee/docker-machine-driver-xhyve").install \
25-
Dir["{*,.git,.gitignore,.gitmodules}"]
24+
(buildpath/"gopath/src/github.com/zchee/docker-machine-driver-xhyve").install(
25+
Dir["{*,.git,.gitignore,.gitmodules}"],
26+
)
2627

2728
ENV["GOPATH"] = "#{buildpath}/gopath"
2829
build_root = buildpath/"gopath/src/github.com/zchee/docker-machine-driver-xhyve"
@@ -53,7 +54,8 @@ def caveats
5354
end
5455

5556
test do
56-
assert_match "xhyve-memory-size",
57-
shell_output("#{Formula["docker-machine"].bin}/docker-machine create --driver xhyve -h")
57+
assert_match "xhyve-memory-size", shell_output(
58+
"#{Formula["docker-machine"].bin}/docker-machine create --driver xhyve -h",
59+
)
5860
end
5961
end

0 commit comments

Comments
 (0)