mirror of
https://github.com/YGGverse/btracker-gemini.git
synced 2026-03-31 17:15:30 +00:00
add new line separator
This commit is contained in:
parent
712c5691d8
commit
6052cdb3dd
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ fn info(config: &Config, torrent: Torrent) -> Result<String> {
|
||||||
b.sort_by(|a, b| a.path.cmp(&b.path)); // @TODO optional
|
b.sort_by(|a, b| a.path.cmp(&b.path)); // @TODO optional
|
||||||
b
|
b
|
||||||
}) {
|
}) {
|
||||||
b.push("## Files".into());
|
b.push("## Files\n".into());
|
||||||
for file in files {
|
for file in files {
|
||||||
b.push(format!("* {} ({})", file.path(), format::size(file.length)));
|
b.push(format!("* {} ({})", file.path(), format::size(file.length)));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue