Fix indention
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
734112b856
commit
9af10fd2eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue