add newline to end of trashinfo

This commit is contained in:
Lilian Jónsdóttir 2024-06-20 09:18:30 -07:00
parent 4c133f0d0f
commit c9a2f3b3d7

View file

@ -23,7 +23,8 @@ const (
trash_info_date_fmt string = "2006-01-02T15:04:05" trash_info_date_fmt string = "2006-01-02T15:04:05"
trash_info_template string = `[Trash Info] trash_info_template string = `[Trash Info]
Path={path} Path={path}
DeletionDate={date}` DeletionDate={date}
`
) )
type Info struct { type Info struct {