From 8c1ce514b2a1d0edf558f2e69bf704d0fa6d2bd4 Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Thu, 9 Mar 2023 22:34:46 +0900 Subject: [PATCH] fix style --- Library/Homebrew/cask/uninstall.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/cask/uninstall.rb b/Library/Homebrew/cask/uninstall.rb index 0e9522b8e6..31cc6d54b6 100644 --- a/Library/Homebrew/cask/uninstall.rb +++ b/Library/Homebrew/cask/uninstall.rb @@ -4,7 +4,6 @@ module Cask # @api private class Uninstall - def self.uninstall_casks(*casks, binaries: nil, force: false, verbose: false) require "cask/installer"