Skip to content

Commit

Permalink
livecheck: Clean up whitespace, ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
samford committed Mar 29, 2024
1 parent 75f842f commit c82062d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion Library/Homebrew/livecheck/livecheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def run_checks(
has_a_newer_upstream_version = T.let(false, T::Boolean)

formulae_and_casks_total = formulae_and_casks_to_check.count

if json && !quiet && $stderr.tty?
Tty.with($stderr) do |stderr|
stderr.puts Formatter.headline("Running checks", color: :blue)
Expand Down
10 changes: 5 additions & 5 deletions Library/Homebrew/test/livecheck/skip_conditions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
url "https://brew.sh/test-0.0.1.tgz"
disable! date: "2020-06-25", because: :unmaintained
end,
versioned: formula("[email protected]") do
desc "Versioned test formula"
homepage "https://brew.sh"
url "https://brew.sh/test-0.0.1.tgz"
end,
head_only: formula("test_head_only") do
desc "HEAD-only test formula"
homepage "https://brew.sh"
Expand Down Expand Up @@ -74,6 +69,11 @@
skip "Not maintained"
end
end,
versioned: formula("[email protected]") do
desc "Versioned test formula"
homepage "https://brew.sh"
url "https://brew.sh/test-0.0.1.tgz"
end,
}
end

Expand Down

0 comments on commit c82062d

Please sign in to comment.