diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Analysis/CommentsAPI.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Analysis/CommentsAPI.kt b/src/Analysis/CommentsAPI.kt index 5f3f6283..b195107a 100644 --- a/src/Analysis/CommentsAPI.kt +++ b/src/Analysis/CommentsAPI.kt @@ -38,5 +38,5 @@ fun KDoc?.extractText(): String { comment.substring(0, comment.length() - 2) else comment).trim() - }.join("\n") + }.join("\n").trim("\n") }
\ No newline at end of file |