Commit dc68179b authored by Stefan Tatschner's avatar Stefan Tatschner

Fix a trailing new line

The "How to Merge" modal included a trailing new line in the code
block. This commit removes that disfigurement.
parent 2856d5f9
......@@ -40,7 +40,6 @@
git merge --no-ff #{@merge_request.source_branch}
git push origin #{@merge_request.target_branch}
:javascript
$(function(){
var modal = $('#modal_merge_info').modal({modal: true, show:false});
......
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