Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Redhawk18 committed Aug 16, 2023
1 parent 53a7bcd commit 71362ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/number_input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ where
),
}
}
// This section from line 502 to 516 was owned by 13r0ck (https://github.com/13r0ck).

Event::Mouse(mouse::Event::WheelScrolled { delta }) => {
let positive = match delta {
mouse::ScrollDelta::Lines { y, .. }
Expand Down

0 comments on commit 71362ca

Please sign in to comment.