From 16d5596fbdbebccfd18fe94fa8c8c72f6823cf46 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 28 Sep 2020 02:31:11 +0200 Subject: [PATCH] Fix code style. --- Library/Homebrew/cmd/install.rb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index a995f745e5..e4bd2a31ab 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -74,15 +74,18 @@ module Homebrew [:switch, "--HEAD", { description: "If defines it, install the HEAD version, aka. master, trunk, unstable.", - }], [:switch, "--fetch-HEAD", { + }], + [:switch, "--fetch-HEAD", { description: "Fetch the upstream repository to detect if the HEAD installation of the "\ "formula is outdated. Otherwise, the repository's HEAD will only be checked for "\ "updates when a new stable or development version has been released.", - }], [:switch, "--keep-tmp", { + }], + [:switch, "--keep-tmp", { description: "Retain the temporary files created during installation.", - }], [:switch, "--build-bottle", { + }], + [:switch, "--build-bottle", { description: "Prepare the formula for eventual bottling during installation, skipping any "\ "post-install steps.", @@ -104,7 +107,7 @@ module Homebrew }], [:switch, "-g", "--git", { description: "Create a Git repository, useful for creating patches to the software.", - }] + }], ] Homebrew::CLI::Parser.new do