diff --git a/src/uu/df/src/df.rs b/src/uu/df/src/df.rs index c0b0af477..bb6118ac8 100644 --- a/src/uu/df/src/df.rs +++ b/src/uu/df/src/df.rs @@ -448,7 +448,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> { Err(error) => { return Err(UIoError::new( error.kind(), - format!("cannot read table of mounted file systems"), + "cannot read table of mounted file systems", )); } }; @@ -466,7 +466,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> { Err(error) => { return Err(UIoError::new( error.kind(), - format!("cannot read table of mounted file systems"), + "cannot read table of mounted file systems", )); } };