google-js-test: style nits
This commit is contained in:
parent
5089bc4506
commit
1e7f59460f
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ class GitHg < Formula
|
|||
head 'https://github.com/offbytwo/git-hg.git'
|
||||
homepage 'http://offbytwo.com/git-hg/'
|
||||
|
||||
depends_on HgInstalled.new
|
||||
depends_on HgInstalled
|
||||
|
||||
def install
|
||||
prefix.install Dir['*']
|
||||
|
|
|
@ -13,7 +13,7 @@ class GoogleJsTest < Formula
|
|||
url 'http://google-js-test.googlecode.com/files/gjstest-1.0.8.tar.bz2'
|
||||
sha1 '2209dd0c700f9420e29a844920f8614e3d97156d'
|
||||
|
||||
depends_on NeedsSnowLeopard.new
|
||||
depends_on NeedsSnowLeopard
|
||||
depends_on 'gflags'
|
||||
depends_on 'glog'
|
||||
depends_on 'protobuf'
|
||||
|
|
Loading…
Reference in a new issue