Skip to content

Commit fc261a0

Browse files
committed
returning new line at end of code
1 parent f9f5912 commit fc261a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module.exports = {
108108
var diffLines = diffChecker.diff(file1, file2);
109109
if(diffLines.length) {
110110
var lines = checkSequence(diffLines);
111-
markdown += '\n <div line-highlight="' + lines.toString() + ',' + onlyFlag + '"></div>';
111+
markdown += '\n <div line-highlight="' + lines.toString() + ',' + onlyFlag + '"></div>' + '\n';
112112
};
113113
if (useCurData) {
114114
curData.description += markdown;

0 commit comments

Comments
 (0)