brew style --fix

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2024-05-26 16:03:03 -07:00
parent 0778379501
commit 7aa10a13a4
No known key found for this signature in database

View File

@ -946,7 +946,7 @@ RSpec.describe Cask::Audit, :cask do
context "when --strict is passed" do
let(:strict) { true }
it { is_expected.to error_with(message)}
it { is_expected.to error_with(message) }
end
end