Rubocop fix
This commit is contained in:
parent
b87cc5f224
commit
ce0678faa5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue