From 47a3e1ddc5a3da90559c834fb37e5cafb0b0d231 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 19 Feb 2013 14:27:17 -0600 Subject: [PATCH] This file has embedded UTF-8 --- Library/Homebrew/formula_installer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 2395efc2fa..ebe95427a2 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + require 'exceptions' require 'formula' require 'keg'