Skip to content

Commit

Permalink
no comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 30, 2024
1 parent 282e0e8 commit cd4c6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ssr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Ssr < Formula
depends_on "asio"
depends_on "ecasound"
depends_on "fftw"
depends_on fmt: "10"
depends_on "fmt" "10"

Check failure on line 21 in Formula/ssr.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Combine "fmt" and "10" into a single string literal, rather than using implicit string concatenation. Or, if they were intended to be separate method arguments, separate them with a comma.
depends_on "jack"
depends_on "libsndfile"
depends_on "qt@5"
Expand Down

0 comments on commit cd4c6ea

Please sign in to comment.