aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-09 22:02:39 -0800
committerAdam Vandenberg2012-02-09 22:02:53 -0800
commit297721507745816b7677b3b8bd08707e533ddef7 (patch)
tree1a7722a3189a709b19bfba4a10e5b56833549116
parent8d0ddb75ed7cf234b0bad28f0e913a11ecc17f7d (diff)
downloadhomebrew-297721507745816b7677b3b8bd08707e533ddef7.tar.bz2
sub2srt: style fix
-rw-r--r--Library/Formula/sub2srt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sub2srt.rb b/Library/Formula/sub2srt.rb
index e576f99e2..108cb2c7b 100644
--- a/Library/Formula/sub2srt.rb
+++ b/Library/Formula/sub2srt.rb
@@ -6,6 +6,6 @@ class Sub2srt < Formula
md5 'ce2dd86b008ab61b70cd1f2ed6054a4b'
def install
- bin.install('sub2srt')
+ bin.install 'sub2srt'
end
end