fake: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:23:40 +01:00
parent 6705903659
commit 787236079a
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
cask 'fake' do
version '1.9.1'
sha256 'eb4f02a3b5dea2cab679c1366f454a22d8bb4bbfa448c56c0ca00bb615d8867e'
cask "fake" do
version "1.9.1"
sha256 "eb4f02a3b5dea2cab679c1366f454a22d8bb4bbfa448c56c0ca00bb615d8867e"
url "http://fakeapp.com/dist/Fake_#{version}.zip"
appcast 'http://fakeapp.com/appcast/fake.rss'
name 'Fake'
homepage 'http://fakeapp.com/'
appcast "http://fakeapp.com/appcast/fake.rss"
name "Fake"
homepage "http://fakeapp.com/"
app 'Fake.app'
app "Fake.app"
end