From 31fb99680026fb285bc69f1641e3fbdbed09ee98 Mon Sep 17 00:00:00 2001 From: Martin Schimandl Date: Sun, 23 Oct 2016 09:57:28 +0200 Subject: [PATCH] Remove unncessary semicolon --- Library/Homebrew/cask/lib/hbc/cli/reinstall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/lib/hbc/cli/reinstall.rb b/Library/Homebrew/cask/lib/hbc/cli/reinstall.rb index 61a7c2d71b..c98249ca84 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/reinstall.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/reinstall.rb @@ -9,7 +9,7 @@ module Hbc if cask.installed? # 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 unless latest_installed_version.nil?