mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 17:25:27 +00:00
add separator
This commit is contained in:
parent
be0fb4b499
commit
aa6d8cc6b5
1 changed files with 2 additions and 2 deletions
|
|
@ -200,7 +200,7 @@ impl Public {
|
||||||
}
|
}
|
||||||
// @TODO modified, accessed, created etc.
|
// @TODO modified, accessed, created etc.
|
||||||
if !a.is_empty() {
|
if !a.is_empty() {
|
||||||
l.push_str(&format!(" ({})", a.join(",")));
|
l.push_str(&format!(" ({})", a.join(", ")));
|
||||||
}
|
}
|
||||||
l
|
l
|
||||||
})
|
})
|
||||||
|
|
@ -240,7 +240,7 @@ impl Public {
|
||||||
a.push(b(file.meta.size()))
|
a.push(b(file.meta.size()))
|
||||||
}
|
}
|
||||||
if !a.is_empty() {
|
if !a.is_empty() {
|
||||||
l.push_str(&format!(" ({})", a.join(",")));
|
l.push_str(&format!(" ({})", a.join(", ")));
|
||||||
}
|
}
|
||||||
l
|
l
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue