Skip to content

Commit

Permalink
Fix rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejfuhrer committed Dec 31, 2023
1 parent fcbc32f commit ddcf0f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/extend/cask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
CASKROOM = (Cask.methods.include?(:caskroom) ? Cask.caskroom : Cask::Caskroom.path).freeze

module Cask

# @param [String] token
# @return [DSL::Version] currently installed version
def self.current_version(token, versions = nil)
Expand Down

0 comments on commit ddcf0f3

Please sign in to comment.