Skip to content

Commit 4b8f094

Browse files
committed
Fix trailing whitespace in formula
1 parent fa96ac4 commit 4b8f094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/homebrew/mfc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def install
4848
ohai "DEBUG: buildpath = #{buildpath}"
4949
ohai "DEBUG: pwd before chdir = #{Dir.pwd}"
5050
ohai "DEBUG: buildpath contents = #{Dir.entries(buildpath).join(", ")}"
51-
51+
5252
Dir.chdir(buildpath) do
5353
ohai "DEBUG: pwd inside chdir = #{Dir.pwd}"
5454
ohai "DEBUG: mfc.sh exists? #{File.exist?("./mfc.sh")}"

0 commit comments

Comments
 (0)