From c9a2f3b3d7b03d9b532e4ea4a739eccdb2aae1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Thu, 20 Jun 2024 09:18:30 -0700 Subject: [PATCH] add newline to end of trashinfo --- internal/trash/trash.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/trash/trash.go b/internal/trash/trash.go index 75b0a4d..6ced9c5 100644 --- a/internal/trash/trash.go +++ b/internal/trash/trash.go @@ -23,7 +23,8 @@ const ( trash_info_date_fmt string = "2006-01-02T15:04:05" trash_info_template string = `[Trash Info] Path={path} -DeletionDate={date}` +DeletionDate={date} +` ) type Info struct {