Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Dec 24, 2009
1 parent 8b5e0f3 commit af7491f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cijoe.rb
Expand Up @@ -53,7 +53,7 @@ def stop
end

# build callbacks
def build_failed(output,error)
def build_failed(output, error)
finish_build :failed, "#{error}\n\n#{output}"
run_hook "build-failed"
end
Expand Down Expand Up @@ -90,7 +90,7 @@ def build!
git_update
build.sha = git_sha
write_build 'current', build

IO.popen("#{runner_command} 2>&1") do |pipe|
build.pid = pid
write_build 'current', build
Expand Down

0 comments on commit af7491f

Please sign in to comment.