zig-fmt cleanup

pull/12483/head
Aditya Bhargava 2026-04-27 16:27:58 -04:00
parent 154169b054
commit 5871a2d4f0
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -3438,8 +3438,7 @@ pub fn scrollCallback(
@min(yoff, -1);
break :yoff_adjusted yoff_max * cell_size * self.config.mouse_scroll_multiplier.discrete;
}
else {
} else {
break :yoff_adjusted yoff * cell_size * self.config.mouse_scroll_multiplier.discrete;
}
};