diff --git a/src/uu/chown/src/chown.rs b/src/uu/chown/src/chown.rs index f9412a768..1cd71d3f5 100644 --- a/src/uu/chown/src/chown.rs +++ b/src/uu/chown/src/chown.rs @@ -199,7 +199,7 @@ fn parse_spec(spec: &str, sep: char) -> UResult<(Option, Option)> { return Err(USimpleError::new( 1, format!("invalid user: {}", spec.quote()), - ))?; + )); } } })