1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-11 13:53:16 +00:00

Remove the extra new line for the cat command

This commit is contained in:
Gilbert Chen
2017-10-10 22:35:09 -04:00
parent b0a67cefb7
commit 9d38b49e42

View File

@@ -1235,7 +1235,7 @@ func (manager *SnapshotManager) PrintFile(snapshotID string, revision int, path
return false
}
fmt.Printf("%s\n", string(content))
fmt.Printf("%s", string(content))
return true
}