baiduinput: fix RuboCop style.

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

View File

@ -1,14 +1,14 @@
cask 'baiduinput' do
cask "baiduinput" do
version :latest
sha256 :no_check
url 'https://srf.baidu.com/?c=j&e=d&platform=mac'
name 'Baidu Input'
name '安装百度输入法'
homepage 'https://srf.baidu.com/input/mac.html'
url "https://srf.baidu.com/?c=j&e=d&platform=mac"
name "Baidu Input"
name "安装百度输入法"
homepage "https://srf.baidu.com/input/mac.html"
installer manual: '安装百度输入法.app'
installer manual: "安装百度输入法.app"
uninstall pkgutil: 'com.baidu.inputmethod.*',
delete: '/Library/Input Methods/BaiduIM.app'
uninstall pkgutil: "com.baidu.inputmethod.*",
delete: "/Library/Input Methods/BaiduIM.app"
end