Commit 98452ac5 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Executable] Delete extraeneous whitespace

parent 0b540587
......@@ -64,7 +64,7 @@ module Pod
end
status = popen3(bin, command, stdout, stderr)
output = stdout.join("\n") + stderr.join("\n")
output = stdout.join("\n") + stderr.join("\n")
unless status.success?
if raise_on_failure
raise Informative, "#{full_command}\n\n#{output}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment