honto: fix RuboCop style.

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

View File

@ -1,11 +1,11 @@
cask 'honto' do
cask "honto" do
version :latest
sha256 :no_check
url 'https://dl.honto.jp/macapp/honto.dmg'
name 'honto view app'
name 'hontoビューアアプリ'
homepage 'https://honto.jp/ebook/dlinfo.html'
url "https://dl.honto.jp/macapp/honto.dmg"
name "honto view app"
name "hontoビューアアプリ"
homepage "https://honto.jp/ebook/dlinfo.html"
app 'honto.app'
app "honto.app"
end