Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: use `` to prevent placeholder from being interpreted as HTML
Lars Wirzenius committed 2 years ago
commit fe08cb9248c888759dcafa431795a98e8dbe0bbe
parent c3d223d7fc328a609b73a2585122aafbcba969a2
1 file changed +1 -1
modified src/filter.rs
@@ -223,7 +223,7 @@ impl BrokerEvent {
    }

    /// Extract the NID from the RefString.
-
    /// The RefString will start with refs/namespaces/<nid>/...
+
    /// The RefString will start with `refs/namespaces/<nid>/...`
    pub fn nid(&self) -> Option<NodeId> {
        if let Some(name) = self.name() {
            let mut parts = name.split('/');