From ee241b2b37af0694f8f492f2069a6ea00c253e1d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 29 Jun 2022 12:01:39 +0530 Subject: document: Remove blank line between title and snippet. * tissue/document.scm (print): Remove blank line between title and snippet. --- tissue/document.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'tissue/document.scm') 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) -- cgit v1.2.3