mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
tr: fix merge conflict
This commit is contained in:
parent
8739139a7f
commit
000bd73edc
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ impl TranslateAndSqueezeOperation {
|
||||||
complement: bool,
|
complement: bool,
|
||||||
) -> TranslateAndSqueezeOperation {
|
) -> TranslateAndSqueezeOperation {
|
||||||
TranslateAndSqueezeOperation {
|
TranslateAndSqueezeOperation {
|
||||||
translate: TranslateOperation::new(set1, set2, truncate),
|
translate: TranslateOperation::new(set1, set2, truncate, complement),
|
||||||
squeeze: SqueezeOperation::new(set2_, complement),
|
squeeze: SqueezeOperation::new(set2_, complement),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue