Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Dec 6, 2023
1 parent 60be54a commit 31890f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ mod tests {
];

for case in lines_and_expectations.iter() {
let result = super::real_line_count(&case.lines, case.width);
let result = super::real_line_count(case.lines, case.width);
assert_eq!(result, case.expectation, "case: {:?}", case);
}
}
Expand Down

0 comments on commit 31890f0

Please sign in to comment.