expo-xde: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:23:36 +01:00
parent 55a3d37700
commit 0f21059121
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,14 +1,14 @@
cask 'expo-xde' do
version '2.25.0'
sha256 'acc7048dcd9763e6924850595b325a4c38c9d28ab1c07dd07f2bc6058476ed2a'
cask "expo-xde" do
version "2.25.0"
sha256 "acc7048dcd9763e6924850595b325a4c38c9d28ab1c07dd07f2bc6058476ed2a"
# github.com/expo/xde/ was verified as official when first introduced to the cask
url "https://github.com/expo/xde/releases/download/v#{version}/xde-#{version}.dmg"
appcast 'https://github.com/expo/xde/releases.atom'
name 'Expo Development Environment (XDE)'
homepage 'https://expo.io/'
appcast "https://github.com/expo/xde/releases.atom"
name "Expo Development Environment (XDE)"
homepage "https://expo.io/"
app 'Expo XDE.app'
app "Expo XDE.app"
caveats do
discontinued