diff --git a/src/uu/expand/src/expand.rs b/src/uu/expand/src/expand.rs index 11761516238..ff39ff6cc75 100644 --- a/src/uu/expand/src/expand.rs +++ b/src/uu/expand/src/expand.rs @@ -93,7 +93,7 @@ fn tabstops_parse(s: &str) -> (RemainingMode, Vec) { // Tab size must be positive. if num == 0 { - crash!(1, "{}\n", "tab size cannot be 0"); + crash!(1, "tab size cannot be 0"); } // Tab sizes must be ascending.