add newline to end of trashinfo
This commit is contained in:
parent
4c133f0d0f
commit
c9a2f3b3d7
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue