Ran 'brew style --fix' as suggested

This commit is contained in:
Burrito78
2024-02-20 04:45:37 +00:00
committed by GitHub
parent 65ddb95781
commit 1fd261cd25
+5 -2
View File
@@ -1,3 +1,6 @@
# typed: true
# frozen_string_literal: true
cask "dosbox-staging" do
version "0.80.1"
sha256 "5d3cec60552b2a34caa70702b35bdf9ce591cf0b03143802351725a7c729d9fe"
@@ -6,8 +9,8 @@ cask "dosbox-staging" do
name "DOSBox Staging"
desc "DOS game emulator"
homepage "https://github.com/dosbox-staging/dosbox-staging/"
app "DOSBox Staging.app"
zap trash:"~/Library/Preferences/DOSBox"
zap trash: "~/Library/Preferences/DOSBox"
end