Commit ce0678fa authored by Phil Hughes's avatar Phil Hughes

Rubocop fix

parent b87cc5f2
......@@ -237,7 +237,7 @@ class Projects::MergeRequestsController < Projects::ApplicationController
end
end
status = "preparing" if status == nil
status = "preparing" if status.nil?
response = {
title: merge_request.title,
......
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