summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-06-29 12:01:39 +0530
committerArun Isaac2022-06-29 12:01:39 +0530
commitee241b2b37af0694f8f492f2069a6ea00c253e1d (patch)
tree57423e586d397999c7a3cfcf01bba2f4ea4b1f1c
parent209327a39dd8d40feb5086a5d86c4cb7f35d2bd4 (diff)
downloadtissue-ee241b2b37af0694f8f492f2069a6ea00c253e1d.tar.gz
tissue-ee241b2b37af0694f8f492f2069a6ea00c253e1d.tar.lz
tissue-ee241b2b37af0694f8f492f2069a6ea00c253e1d.zip
document: Remove blank line between title and snippet.
* tissue/document.scm (print): Remove blank line between title and snippet.
-rw-r--r--tissue/document.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/tissue/document.scm b/tissue/document.scm
index a89dbb8..f049a00 100644
--- a/tissue/document.scm
+++ b/tissue/document.scm
@@ -210,7 +210,6 @@ MSet object representing a list of search results."
(newline)
(display (colorize-string (file-document-path document) 'YELLOW))
(newline)
- (newline)
(let ((snippet (document-snippet document mset)))
(unless (string-null? snippet)
(display snippet)