From a919ba9ccd7c26179cd4490ce467ffa0f255ce80 Mon Sep 17 00:00:00 2001 From: vidusheeamoli Date: Mon, 22 Jun 2020 20:59:39 +0530 Subject: [PATCH] srb: resolve error 4012. 18 errors => 13 errors --- Library/Homebrew/os/mac/xquartz.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb index 5df7112760..76ed06ffd8 100644 --- a/Library/Homebrew/os/mac/xquartz.rb +++ b/Library/Homebrew/os/mac/xquartz.rb @@ -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