aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
diff options
context:
space:
mode:
authorJack Nagel2012-02-10 00:44:38 -0600
committerJack Nagel2012-02-10 00:44:38 -0600
commit18545400c77ad8023cc6e033144d2183784eb97c (patch)
tree87f0bb66fded81defed6fa0cd439b1fb908272e5 /Library/Formula/git-flow.rb
parentbf500f54a1683b5b2de615357d7a4381206b90a9 (diff)
downloadhomebrew-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.rb1
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