diff options
| author | Adam Vandenberg | 2013-01-27 15:08:11 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:50 -0800 | 
| commit | e78e58da6b54b11a4e0f8858a9c5cb2dcac84e9c (patch) | |
| tree | 4845e6159e580a4acc46977041cc33ef1b3a359e /Library/Formula/fdupes.rb | |
| parent | 92255b1e844fc39c399bceb9ba214eea2cd0837e (diff) | |
| download | homebrew-e78e58da6b54b11a4e0f8858a9c5cb2dcac84e9c.tar.bz2 | |
fdupes: style nits
Diffstat (limited to 'Library/Formula/fdupes.rb')
| -rw-r--r-- | Library/Formula/fdupes.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fdupes.rb b/Library/Formula/fdupes.rb index 6286ecea0..970abc6a9 100644 --- a/Library/Formula/fdupes.rb +++ b/Library/Formula/fdupes.rb @@ -1,8 +1,8 @@  require 'formula'  class Fdupes < Formula -  url 'http://fdupes.googlecode.com/files/fdupes-1.40.tar.gz'    homepage 'http://code.google.com/p/fdupes/' +  url 'http://fdupes.googlecode.com/files/fdupes-1.40.tar.gz'    sha1 'e1bce9bdf50d7bf700dda3eb8a3d218b181b3931'    def install  | 
