From 7b550ad8c6f4b0311ecab5226859dbe2be08d529 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Sun, 5 Feb 2023 13:06:05 +0100 Subject: [PATCH] Improve style Co-authored-by: Mike McQuaid --- Library/Homebrew/cask/cask.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cask/cask.rb b/Library/Homebrew/cask/cask.rb index b993dc6106..372eba7077 100644 --- a/Library/Homebrew/cask/cask.rb +++ b/Library/Homebrew/cask/cask.rb @@ -44,8 +44,8 @@ module Cask @tap end - def initialize(token, sourcefile_path: nil, source: nil, tap: nil, config: nil, allow_reassignment: false, - loaded_from_api: false, &block) + def initialize(token, sourcefile_path: nil, source: nil, tap: nil, config: nil, + allow_reassignment: false, loaded_from_api: false, &block) @token = token @sourcefile_path = sourcefile_path @source = source