Merge pull request #575 from filak-sap/commit_message_format

Correct commit message formatting
This commit is contained in:
Lars Hvam 2017-01-23 16:53:05 +01:00 committed by GitHub
commit b9a012d63b

View File

@ -201,7 +201,7 @@ CLASS lcl_services_git IMPLEMENTATION.
ls_comment-comment = is_commit-comment. ls_comment-comment = is_commit-comment.
IF NOT is_commit-body IS INITIAL. IF NOT is_commit-body IS INITIAL.
CONCATENATE ls_comment-comment is_commit-body CONCATENATE ls_comment-comment '' is_commit-body
INTO ls_comment-comment SEPARATED BY gc_newline. INTO ls_comment-comment SEPARATED BY gc_newline.
ENDIF. ENDIF.