From 4bcc4b4ed693aebf1e9c0fde63aefa7efa7153da Mon Sep 17 00:00:00 2001 From: Logicer <81077770+Logicer16@users.noreply.github.com> Date: Fri, 25 Jun 2021 09:25:07 +1000 Subject: [PATCH] Fix Style (again again) --- cmd/lib/ci_matrix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lib/ci_matrix.rb b/cmd/lib/ci_matrix.rb index 7387e2f475..1e8f0c91c1 100644 --- a/cmd/lib/ci_matrix.rb +++ b/cmd/lib/ci_matrix.rb @@ -29,7 +29,7 @@ module CiMatrix [*Regexp.last_match(1)] end return RUNNERS if args.nil? - + # Preform same checks as `brew install` would required_macos = if args.count > 1 { versions: args, comparator: "==" }