Skip to content

Commit

Permalink
srb: resolve error 4012. 18 errors => 13 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vidusheeamoli committed Jun 22, 2020
1 parent d6e5874 commit a919ba9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Library/Homebrew/os/mac/xquartz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

module OS
module Mac
X11 = XQuartz = Module.new # rubocop:disable Style/MutableConstant

module XQuartz
X11 = XQuartz = Module.new do # rubocop:disable Style/MutableConstant
module_function

DEFAULT_BUNDLE_PATH = Pathname.new("Applications/Utilities/XQuartz.app").freeze
Expand Down

0 comments on commit a919ba9

Please sign in to comment.