diff options
| author | Jack Nagel | 2012-02-10 00:44:38 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2012-02-10 00:44:38 -0600 | 
| commit | 18545400c77ad8023cc6e033144d2183784eb97c (patch) | |
| tree | 87f0bb66fded81defed6fa0cd439b1fb908272e5 /Library/Formula/git-flow.rb | |
| parent | bf500f54a1683b5b2de615357d7a4381206b90a9 (diff) | |
| download | homebrew-18545400c77ad8023cc6e033144d2183784eb97c.tar.bz2 | |
git-flow: remove encoding line
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index 6d4ae4a95..d69e86bc2 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*-  require 'formula'  class GitFlowCompletion < Formula | 
