mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Remove unncessary semicolon
This commit is contained in:
parent
8f8606b8c8
commit
31fb996800
@ -9,7 +9,7 @@ module Hbc
|
|||||||
|
|
||||||
if cask.installed?
|
if cask.installed?
|
||||||
# use copy of cask for uninstallation to avoid 'No such file or directory' bug
|
# use copy of cask for uninstallation to avoid 'No such file or directory' bug
|
||||||
installed_cask = cask;
|
installed_cask = cask
|
||||||
latest_installed_version = installed_cask.timestamped_versions.last
|
latest_installed_version = installed_cask.timestamped_versions.last
|
||||||
|
|
||||||
unless latest_installed_version.nil?
|
unless latest_installed_version.nil?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user