Fix indention

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-03-09 12:24:40 +01:00
parent 734112b856
commit 9af10fd2eb
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ impl<'a> Iterator for CategoryNameIter<'a> {
.map_err(Error::from) .map_err(Error::from)
}; };
return Some(func(&self.0)) return Some(func(&self.0))
} }
}, },
} // else continue } // else continue