Skip to content

Commit f5d967a

Browse files
author
Rickard Lundin
committed
clippy
1 parent 31255ba commit f5d967a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/trimmer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ impl ColumnTrimmer for crate::trimmer::NumLeftAligned {
232232
start += 1;
233233
counted_runes += 1;
234234
} else {
235-
(start, stop);
235+
return (start, stop);
236236
}
237237
}
238238

0 commit comments

Comments
 (0)