From f6d9a6b34d695908b752737d0a2cba6733de7800 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 1 Jun 2020 15:19:24 +0530 Subject: [PATCH] Fix shellcheck --- plugins/preview-tui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/preview-tui b/plugins/preview-tui index c3eae3bb..1c8c41df 100755 --- a/plugins/preview-tui +++ b/plugins/preview-tui @@ -58,7 +58,7 @@ preview_file () { # Binary file: just print filetype info echo "-------- binary file --------" file -b "$1" - echo "\n-------- stat --------" + echo "-------- stat --------" stat "$1" else # Text file: