Commit b0e2e2e0 authored by Jacob Schatz's avatar Jacob Schatz Committed by Phil Hughes

Fix code style issues.

parent c1c786fe
......@@ -233,11 +233,11 @@ class Projects::MergeRequestsController < Projects::ApplicationController
end
response = {
status: status || nil,
coverage: coverage || nil
status: status,
coverage: coverage
}
render json: response, status: 200
render json: response
end
protected
......
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