Commit d1acadce authored by Micael Bergeron's avatar Micael Bergeron

fix a whitespace

parent ba6f7699
...@@ -73,7 +73,7 @@ module MergeRequests ...@@ -73,7 +73,7 @@ module MergeRequests
def branch_deletion_user def branch_deletion_user
@merge_request.force_remove_source_branch? ? @merge_request.author : current_user @merge_request.force_remove_source_branch? ? @merge_request.author : current_user
end end
# Verify again that the source branch can be removed, since branch may be protected, # Verify again that the source branch can be removed, since branch may be protected,
# or the source branch may have been updated, or the user may not have permission # or the source branch may have been updated, or the user may not have permission
# #
......
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