Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
lib: Add whitespace in between issue labels
Merged did:key:z6MkswQE...2C1V opened 2 years ago
1 file changed +1 -1 96a86880 b3e3bb56
modified src/ui/format.rs
@@ -59,7 +59,7 @@ pub fn labels(labels: &[Label]) -> String {
        output.push_str(&label.to_string());

        if labels.peek().is_some() {
-
            output.push(',');
+
            output.push_str(", ");
        }
    }
    output