Skip to content

Commit a7304da

Browse files
committed
correct alphabetical order of dependencies
1 parent ea9a0df commit a7304da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/fish.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class Fish < Formula
1616
depends_on "sphinx-doc" => :build
1717
end
1818

19-
depends_on "rust" => :build
2019
depends_on "cmake" => :build
20+
depends_on "rust" => :build
2121
depends_on "pcre2"
2222

2323
def install

0 commit comments

Comments
 (0)