Reformat ngrok.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:31 +02:00
parent f17b87cc64
commit d6f49b214d
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
class Ngrok < Cask
url 'https://dl.ngrok.com/darwin_amd64/ngrok.zip'
homepage 'https://ngrok.com/'
version 'latest'
sha256 :no_check
url 'https://dl.ngrok.com/darwin_amd64/ngrok.zip'
homepage 'https://ngrok.com/'
binary 'ngrok'
end