dispatch-build-bottle: fix brew style.

This commit is contained in:
Mike McQuaid 2020-10-13 11:46:57 +01:00
parent bf7fe45e89
commit e508c14ae2
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
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"