Fix a trailing new line

The "How to Merge" modal included a trailing new line in the code
block. This commit removes that disfigurement.
This commit is contained in:
Stefan Tatschner 2015-05-06 11:10:48 +02:00
parent 2856d5f9fc
commit dc68179b59
1 changed files with 0 additions and 1 deletions

View File

@ -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});