Improve style

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Rylan Polster 2023-02-05 13:06:05 +01:00 committed by GitHub
parent 5ab7f14d2b
commit 7b550ad8c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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