mirror of
https://github.com/Hopiu/annotate-extension.git
synced 2026-03-17 00:10:23 +00:00
readd linebreaks
This commit is contained in:
parent
6edd943d5f
commit
4aba6f3146
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
|
@ -156,7 +156,7 @@ define(function (require, exports, module) {
|
|||
//output += " * @return {type} ???\n";
|
||||
output.push(" */");
|
||||
|
||||
return prefix + output.join(prefix) + "\n";
|
||||
return prefix + output.join("\n" + prefix) + "\n";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue