1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 04:27:45 +00:00
This commit is contained in:
TechHara 2022-12-12 22:29:31 -05:00
parent 6516519af3
commit 1cc3f331e7

View file

@ -352,7 +352,7 @@ fn cut_fields<R: Read>(reader: R, ranges: &[Range], opts: &FieldOptions) -> URes
match opts.out_delimiter {
Some(ref delim) => delim,
_ => "\t",
}
},
);
}
if let Some(ref o_delim) = opts.out_delimiter {