From 591afa8ee00d7303d3e248e60b7e8ff2e219460b Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 25 Feb 2023 22:27:48 +0000 Subject: [PATCH] utils/github: Appease `brew style` line length --- Library/Homebrew/utils/github.rb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/github.rb b/Library/Homebrew/utils/github.rb index a14f1c8850..3137393e6d 100644 --- a/Library/Homebrew/utils/github.rb +++ b/Library/Homebrew/utils/github.rb @@ -61,7 +61,14 @@ module GitHub end def search_code(repo: nil, user: "Homebrew", path: ["Formula", "Casks", "."], filename: nil, extension: "rb") - matches = search_results_items("code", user: user, path: path, filename: filename, extension: extension, repo: repo) + matches = search_results_items( + "code", + user: user, + path: path, + filename: filename, + extension: extension, + repo: repo, + ) return matches if matches.blank? matches.map do |match|