Remove trailing whitespace

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-07-27 13:14:37 +02:00
parent c5c330d77a
commit 1f96d82cb8
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -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()),