Merge pull request #8915 from MikeMcQuaid/fix-brew-style

dispatch-build-bottle: fix brew style.
This commit is contained in:
Mike McQuaid 2020-10-13 12:27:11 +01:00 committed by GitHub
commit 8d2ad515ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cli/parser"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"