Skip to content

Commit

Permalink
aaanother
Browse files Browse the repository at this point in the history
  • Loading branch information
busstoptaktik committed May 3, 2024
1 parent d9e9192 commit ea3294c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/kp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ fn transform(
// to compute the roundtrip differences
let mut buffer = Vec::new();
if options.roundtrip {
buffer.clone_from(&operands);
buffer.clone_from(operands);
}

let mut n = if options.inverse {
Expand Down

0 comments on commit ea3294c

Please sign in to comment.