🚨 Resolve brew style lint offenses

This commit is contained in:
Ben Chatelain 2024-10-26 14:21:28 -06:00
parent 5b8fed8bee
commit a1a9a9d441
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# typed: strict
# frozen_string_literal: true
# mas command formula for custom tap (mas-cli/homebrew-tap).
class Mas < Formula
desc "Mac App Store command-line interface"
homepage "https://github.com/mas-cli/mas"

View file

@ -1,3 +1,7 @@
# typed: strict
# frozen_string_literal: true
# mas command formula for homebrew-core tap.
class Mas < Formula
desc "Mac App Store command-line interface"
homepage "https://github.com/mas-cli/mas"