mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-25 14:28:32 +00:00
zig-fmt cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user