Remove unncessary semicolon

This commit is contained in:
Martin Schimandl 2016-10-23 09:57:28 +02:00
parent 8f8606b8c8
commit 31fb996800

View File

@ -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?