uncrustifyx: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:38:03 +01:00
parent e6bb614aa5
commit c969998684
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 'uncrustifyx' do cask "uncrustifyx" do
version '0.4.3' version "0.4.3"
sha256 '017c0781ce05db59c1a3fe52a140166df55aa2d87286a7cf5ba5e3eb6b06c7df' sha256 "017c0781ce05db59c1a3fe52a140166df55aa2d87286a7cf5ba5e3eb6b06c7df"
url "https://github.com/ryanmaxwell/UncrustifyX/releases/download/#{version}/UncrustifyX-#{version}.zip" url "https://github.com/ryanmaxwell/UncrustifyX/releases/download/#{version}/UncrustifyX-#{version}.zip"
appcast 'https://github.com/ryanmaxwell/UncrustifyX/releases.atom' appcast "https://github.com/ryanmaxwell/UncrustifyX/releases.atom"
name 'UncrustifyX' name "UncrustifyX"
homepage 'https://github.com/ryanmaxwell/UncrustifyX' homepage "https://github.com/ryanmaxwell/UncrustifyX"
app 'UncrustifyX.app' app "UncrustifyX.app"
end end