diff --git a/lib/entry/libimagentrycategory/src/iter.rs b/lib/entry/libimagentrycategory/src/iter.rs index f1138fd5..8c069720 100644 --- a/lib/entry/libimagentrycategory/src/iter.rs +++ b/lib/entry/libimagentrycategory/src/iter.rs @@ -77,7 +77,7 @@ impl<'a> Iterator for CategoryNameIter<'a> { .map_err(Error::from) }; - return Some(func(&self.0)) + return Some(func(&self.0)) } }, } // else continue