Skip to content

Commit

Permalink
run cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDickie committed Aug 21, 2023
1 parent 8563f4b commit 2004525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ pub fn scroll(cx: &mut Context, offset: usize, direction: Direction, sync_cursor
doc_text,
range,
direction,
offset.abs() as usize,
offset.unsigned_abs(),
movement,
&text_fmt,
&mut annotations,
Expand Down

0 comments on commit 2004525

Please sign in to comment.