Remove trailing whitespace
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
c5c330d77a
commit
1f96d82cb8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ impl NamespaceSet {
|
|||
pub fn declared_ns(&self) -> &BTreeMap<Option<String>, String> {
|
||||
&self.namespaces
|
||||
}
|
||||
|
||||
|
||||
pub fn get(&self, prefix: &Option<String>) -> Option<String> {
|
||||
match self.namespaces.get(prefix) {
|
||||
Some(ns) => Some(ns.clone()),
|
||||
|
|
Loading…
Reference in a new issue