gamemaker: fix style

This commit is contained in:
Bo Anderson
2023-12-15 17:37:42 +00:00
parent 9f94133e77
commit c3d2112c55
-1
View File
@@ -23,7 +23,6 @@ cask "gamemaker" do
ohai "The GameMaker package postinstall script launches the GameMaker app" if retries >= 3
ohai "Attempting to close com.yoyogames.gms2 to avoid unwanted user intervention" if retries >= 3
return unless system_command "/usr/bin/pkill", args: ["-f", "/Applications/GameMaker.app"]
rescue RuntimeError
sleep 1
retry unless (retries -= 1).zero?