sub2srt: style fix

This commit is contained in:
Adam Vandenberg 2012-02-09 22:02:39 -08:00
parent 00658478c9
commit dfc272eadc

View file

@ -6,6 +6,6 @@ class Sub2srt < Formula
md5 'ce2dd86b008ab61b70cd1f2ed6054a4b'
def install
bin.install('sub2srt')
bin.install 'sub2srt'
end
end